body {
    font-family: freight-sans-pro, sans-serif;
}

.studies ol {
  margin: 10px 0px;
}

.studies ol li {
  margin: 5px;
}
.panel-heading {
  color: #FFF !important;
  background-color: #1A374D !important;
  border: none !important;
}

.studies dt {
  color: #E07800 !important;
}

ul.nav > li {
    width: 20% !important;
}

ul.nav > li > a {
    padding: 20px !important;
}

.navbar-ncrad li > a:hover {
  border: none !important;
  background-color: #E07800 !important;
}

.navbar-ncrad li > a:focus {
  border: none !important;
  background-color: #C25B00 !important;
  color: #FFF !important;
}

.footer a {
    color: #E07800 !important;
}

.social-bar img {
    margin-right: 10px;
}

.social-bar {
    width: 100% !important;
    height: 75px !important;
    margin-bottom: 10px;
}

.social-bar .logo {
    margin-top: 15px;
}

.social-bar .logo div {
    text-align: left !important;
}

.social-bar .logo a {
    margin-top: 15px;
}

.social-bar a {
    width: 100% !important;
    height: inherit !important;
    color: #E07800;
}
.social-bar a:hover {
    color: #E07800;
}

.social-bar a div {
    width: auto !important;
    height: inherit !important;
    font-size: 24px !important;
    margin-top: 0px !important;
    color: #E07800 !important
}

.social-bar .mjff-logo {
    width: 270px !important;
    height: 70px !important;
}

.social-bar .mjff-logo img {
    width: 220px !important;
    height: 80px !important;
}

.social-bar i {
    font-size: 12px;
    display: block;
    font-weight: bold;
}

.main-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#biospecimens-excerpt {
    margin: 0 0 10px 0;
}

#biospecimen-study-table th:first-child {
    width: 200px;
}

#biospecimen-study-table th {
    width: 70px;
}

table thead>tr>th {
    background-color: #1A374D !important
}

#biospecimen-study-table td {
    vertical-align: middle  !important;
}

.table-nonfluid {
    width: auto !important;
}

.page-header {
    color: #E07800 !important;
}

.dropdown-menu {
    width: 450px;
}

dl {
    padding-left: 0;
}

h1 {
    margin-top: 20px !important;
}

.c-pointer {
    cursor: pointer;
}

.sidebar-content  ul {
    padding-left: 0px;
    margin-left: 0px;
}

.sidebar-content  h4 {
    color: #E07800 !important;
    border-bottom: 1px solid #333333;
}

.sidebar-content  li {
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #333333 !important;
    padding-left: 0px;
    margin-left: 0px;
}

.sidebar-content  a {
    font-size: 1.0em !important;
    font-weight: bold !important;
    color: #3B5D70 !important;
}

.sub-study .bottom-links {
    margin-bottom: 15px !important;
}

.sub-study dd {
    padding: 0px;
}

.sub-study:last-child div.page-header {
    border: none;
}

.sub-study-resources h5 {
    color: #E07800 !important;
    border-bottom: 1px solid #333333;
}

.dt-headers .summary-table-hdr,
.sub-studies .dt-headers .summary-table {
    border-bottom: none;
}

table.summary-table td:not(:first-child) {
    text-align: center;
}

table.summary-table {
    table-layout: fixed;
}

th.diagnosis {
    width: auto;
}

.substudy-separator {
    border:2px solid #1a374d;
    margin-bottom: 15px;
}
.table-hover > tbody > tr:hover {
	color: #212529;
	background-color: rgba(0,0,0,.075);
}
