﻿.notification-summary.page-level {
  padding: 10px;
  border: 1px dashed #666;
  margin: 20px 0;
}
.notification-summary + .notification-summary {
  margin-top: 15px;
}

.notification {
  padding: 0 0 0 35px;
  position: relative;
}
.notification + .notification {
  margin-top: 15px;
}
.notification [class^="icon-"], .notification [class*=" icon-"] {
  position: absolute;
  top: 0;
  left: 0;
}
.notification h2 {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
  padding: 2px 0;
}
.notification p {
  margin: 0;
}
.notification ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
  margin: 0 0 0 18px;
    font-size: 12px;
    color: #666;
}
.notification ul li {
  line-height: 18px;
  margin-left: 0;
}
.notification ul li:before {
  content: "\2500";
  position: relative;
  margin-left: -17px;
}
