h1, h2, h3 {
  color: #005a9c;
}

table th {
  background-color: #e7f1ff;
}

.callout {
  border-left: 4px solid #005a9c;
}

/* widen the body */
.content {
  max-width: 1500px !important;
  width: 90% !important;
}

/* keep TOC nice and narrow */
.sidebar {
  width: 230px !important;
}