body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.status {
  font-style: italic;
}

.addr {
  font-weight: bold;
  color: #00B7FF;
}

.vdiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flasherror {
  font-weight: bold;
  background-color: yellow;
  color: black;
}