.alert-info {
  border-color: #b8c0c5;
  color: #000;
  font-family: Verdana;
  font-size: 1em;
  font-style: italic;
  background-color: #b8c0c5;
  box-shadow: 3px 3px 5px #ccc;
  text-align: center;
}

.alert-error p {
  text-align: left;
}

.alert-error .heading {
  font-weight: bold;
  color: red;
}

.alert-error .details {
  font-size: .8em;
  max-height: 100px;
  overflow: scroll;
}

.header.dim {
  margin: 2% 0;
  opacity: .3;
}