.dst{ color:red; font-size:18px}
 
/*notification*/ 
 .notifications-bg { 
     margin-top: 7%;  
  z-index: 100; 
  width: 370px;
  height: auto;
  padding: 10px 10px 0 10px;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-bottom-color: #adadad; 
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}   
 .notifications-bg .notification {
  background-color: #fff;
  margin-bottom: 10px;
  text-align: left;
} 
.notification-title {
  position: relative;
  padding: 0 15px;
  height: 34px;
  line-height: 36px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #0096D6;
} 
.notification-body {
  padding: 15px;
}
.notification-body p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  margin-top: 8px;
} 
/*Alerts*/ 
.notifications-scroll {
  max-height: 250px;
  overflow-y: auto;
} 
.notification-body strong {
  line-height: 18px;
  font-family: HPSimplified !important;
} 
.notification-bottom {
  position: relative;
  height: 25px;
  text-align: center; 
}  
.notification-body ul li{
                list-style: none;
                margin-left: -2%;
                line-height: 30px;
}