.winter-userplus {
  position: relative;
}
.winter-userplus .notifications-popover {
  background: #fff;
  border: 1px solid #f0f0f0;
  position: absolute;
  width: 480px;
  z-index: 2;
  right: 0;
  display: none;
}
.winter-userplus.active .notifications-popover {
  display: block;
}
.winter-userplus .notifications-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px;
}
.winter-userplus .notifications-header h4 {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.winter-userplus .notifications-header .close,
.winter-userplus .notifications-header .mark-all-read {
  float: right;
  margin: 0 5px;
}
.winter-userplus .notifications-content .notifications-loading {
  padding: 20px;
  font-size: 24px;
  text-align: center;
}
.winter-userplus .notifications-content .no-notifications {
  text-align: center;
  padding: 25px;
  margin: 0;
}
.winter-userplus .notifications-content > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
  max-height: 400px;
}
.winter-userplus .notifications-content > ul > li {
  position: relative;
  padding: 10px 25px 10px 60px;
  border-bottom: 1px solid #f9f9f9;
}
.winter-userplus .notifications-content > ul > li > i {
  position: absolute;
  left: 25px;
  top: 12px;
  font-size: 18px;
  opacity: .5;
}
.winter-userplus .notifications-content > ul > li .parsed-body > *:last-child {
  margin-bottom: 0;
}
.winter-userplus .notifications-content > ul > li .date {
  white-space: nowrap;
  opacity: .75;
}
.winter-userplus .notifications-footer {
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  text-align: center;
}
