/* Make the body float below the fixed navbar. */
body {
  padding-top: 70px;
  background-color: #eff9ff;
}

#map_iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

/* Custom styling for image captions. */
figcaption {
  font-style: italic;
  font-size: 0.9em;
  font-weight: bolder;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.quote {
  font-style: italic;
  font-weight: bolder;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.center, h2, h3 {
  text-align: center;
}

.top-space {
  padding-top: 15px;
}

.table-row {
  border-top: solid 1px black;
}

.selected {
  font-weight: bold;
}

.navbar-default {
  background-color: #b5d1e7;
  border-color: #eff9ff;
}

.review-spacer {
  height: 18px;
}
