@import '//cloud.typography.com/6432632/737048/css/fonts.css';
@import '//fonts.googleapis.com/css?family=Open+Sans:400,700,600';
.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: #4d88d5;
  color: #fff;
}
.notifications .notification.unread:hover {
  background-color: #fff;
  color: #333;
}
