/* Typography
-------------------------------------------------- */
h1 {
  color: #000000;/*#bcbcbc;  Color 3 (leave as-is unless it clashes) */
}
/*h2, h3 {
  color: #000000;  Color 2 (light color from client design)
}*/
.navbar-default .navbar-nav>li>a, footer p, footer p a {
  color: #bcbcbc; /* Color 3 */
}

.ennum {
  color: #000000;
}
.enref {
  vertical-align: super;
  font-size: xx-small;
  font-style: italic;
  color: #000000;
}
.fnref {
  vertical-align: super;
  font-size: xx-small;
  color: #000000;
}


/* Header/Footer
-------------------------------------------------- */
.page_topbar {
  background-color: #eaeaea; /* Color 4 (leave as-is unless it clashes) */
}
.title_topbar, footer {
  background-color: #01845D; /* Color 1 (dark color from client design) */
}

/* Table
-------------------------------------------------- */
th, td.verHeadAlt>p {
  color: #000000; /* Color 2 */
}

/* Miscellaneous
-------------------------------------------------- */
@media (max-width: 400px){ /* Change width for longer titles. */
  .hidden-xxxs{
    display: none;
  }
}
