#notificationUL{
    color: #000000;
    position: relative;
    /*top: 76px;*/
    height: auto;
    background-color: #F1F1F1;
    width: 100%;
}

.notificationCell h4 {
    color: #415C3D !important;
    font-size: 16px;
    width: 80%;
}

.notificationCell h5 {
	color: #464646 !important;
	font-size: 20px;
	width: 80%;
	text-decoration: underline;
    /*border-bottom: 1px solid #000000;*/
}
.notificationCell .customCollapse {
	color: #34302F;
    margin-bottom: 20px;
}

.notificationCell .customCollapse>div {
	font-size: 11px;
}


.rightTopImg{
    color: #ffffff;
    width: 100px;
    float: right;
    text-align: center;
    padding: 2px;
}

.notificationCell{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 10px;
    /*height: 100%;*/
    width: 100%;
    color: #34302F;
    background-color: #D3D3D3;
    border-bottom:1px solid #000000;
}

.notificationCell.highlight{
    background-color: #ffffff;
}