h1 {
  font-family: 'Nunito', sans-serif;
}

body {
    font-family: 'Source Serif Pro', serif;
    padding-top: 20px;
}

.header-cell {
  background-color: #5F0000;
  height: 75px;
}

#source-table_wrapper th {
  background-color: #5F0000;
}

.footer {
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#eee));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

nav h4 {
  margin-bottom: 0px;
}

.wbhb-column, .wbhb-column-gray {
  //*margin-left: 15px;
  margin-right: 15px;*//
  margin-bottom: 20px;
  background-color: #5d737e;
  padding: 20px;
}

.wbhb-column-gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#eee));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%,#eee 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
  border: 1px solid #e5e5e5;
}

.wbhb-tab-pane {
  padding: 20px;
  background-color: white;
  border-bottom: solid 1px #DDDDDD;
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}

.panel-title {
  font-size: 20px;
}

div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
  text-align: left;
}

.badge {
  font-size: 15px;
}

.dl-horizontal dt {
  white-space: normal;
}

.hanging-indent {
  padding-left: 22px ;
  text-indent: -22px ;
}

@media (min-width: 768px) {
  .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-nav .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

span.entity {
  cursor: pointer;
}

span.entity:hover {
  text-decoration: underline;
}

.tippy-box {
  background-color: #5d737e;
}

.tippy-arrow {
  color: #5d737e;
}

.tippy-content {
  padding: 10px;
}

.entity-popup-label {
  font-size: 16px;
  text-transform: uppercase;
}

.tippy-content a {
  color: white;
}

.tippy-content table {
  margin-top: 10px;
}

.tippy-content table tr {
  padding-bottom: 10px;
}

.tippy-content table tr td:first-child {
  padding-right: 20px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}