
/** notifications **/
.notifications-list {
    position: fixed;
    right: 0;
    /*top: 49px; */
    bottom: 5px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    z-index: 99999;
}
.flash-message {
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px 5px 5px 5px;
    font: 12px/20px Arial,sans-serif;
    padding: 10px 13px 8px;
    border: 1px solid #E6E6E6;
    position: relative;
}
.flash-message-content {
    margin-right: 10px;
    max-width: 300px;
    min-width: 200px;
}
.flash-message-close {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 9px;
}
