.notificationCont {
    position: absolute; 
    top: 48px; 
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #08487f;
    width: 600px; 
    background: #CFD9E3; 
    display: none;
    z-index: 80;
    left: 1090px;
}

.notifRow {
    font-weight: bold; 
    text-align: left;
    border-bottom: 1px solid #08487f;
    clear: both;
}

.notifDate {
    padding: 10px;
    /*border-right: 1px solid #808080;*/
    width: 70px;
    float: left;
}

.notifClient {
    padding: 10px;
    /*border-right: 1px solid #808080;*/
    width: 170px;
    float: left;
}

.notifNote {
    padding: 10px;
    float: left;
}

.notifFooter {
    clear: both;
    border-top: 1px solid #08487f;
    color: #fff;
    background: #08487f;
    padding: 10px;
}

.notifFooter a {
    color: #fff;
}