#notifications {
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #000000;
  padding: 0;
  margin: 0 0 1em 0;
}
#notifications .notification {
  padding: 0.75em;
}
#notifications .notification + .notification {
  border-top: dashed 1px #000000;
}