#notifications {
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: #ffffff;
  border-bottom: solid 2px #000000;
  padding: 0;
  margin: 0;
  font-size: 10pt;
  font-family: sans-serif;
}
#notifications .notification {
  padding: 0.75em;
}
#notifications .notification + .notification {
  border-top: dashed 1px #000000;
}
#accessibility {
  position: fixed;
  top: -2500px;
  left: 1em;
  background-color: #fff;
  font-size: 1.7em;
  padding: 1em;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: #0000ff;
  border-radius: 0 0 10px 10px;
  z-index: 1001;
}
#accessibility a {
  color: #0000ff !important;
  text-decoration: underline !important;
}
#accessibility a:hover {
  color: #ff0000 !important;
}