html, body {
  margin: 0px;
  background-color: #ebf5fb;
}
#content, #content div, .top-bar {
  background-color: #fff;
  padding: .5rem;
}
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
.top-bar {
  border-bottom: 2px solid #1b4f72;
  background-color: #1b2631;
  z-index: 99 !important;
}
.top-bar ul, .top-bar * {
  background-color: transparent;
  color: #000;
  text-align: center
}
.card {
  border: none;
}
h3, h5 {
  font-weight: bold;
  color: #004a68;
}
.item-properties {
  font-size: 12px;
  color: #333;
}
footer {
  padding: 10px;
  text-align: center;
  color: #333;
}
footer p {
  line-height: 30px;
}
footer a {
  color: #004a68;
  font-weight: bold;
  margin: 0px 4px;
}
