.notifications {
  background-color: #fff;
}
.notifications .notifications-header,
.notifications .notifications-footer {
  text-align: center;
}
.notifications .notification {
  background-color: white;
  color: #333;
  border-top: 1px solid #EBEBEB;
}
.notifications .notification:first-child {
  border-top: 2px solid #EBEBEB;
}
.notifications .notification:last-child {
  border-bottom: 2px solid #EBEBEB;
}
.notifications .notification:hover {
  background-color: #fff;
}
.notifications .notification.unread {
  background-color: #D5E4F1;
  color: #fff;
}
.notifications .notification.unread:hover {
  background-color: #fff;
  color: #333;
}
