.node-type-gene .title,
.node-type-test .field-name-field-genes .field-items {
  font-style: oblique;
}

.views-row {
  margin-bottom: 2em;
}

#intro {
  position: relative;
  min-height: 120px;
  border-bottom-color: #808080;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 38px;
}

#intro .views-row {
  margin-bottom: 0;
}

#intro .title {
  font-family: 'ProtoSansMedium', Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.1;
  color: #000000;
  width: 350px;
  position: absolute;
}

#intro .views-field-field-feature-image-revision-id {
  position: absolute;
  top: 0;
  right: 0;
}

#intro .views-field-field-intro-revision-id {
  margin-top: 120px;
}

#intro .views-field-field-intro-revision-id,
.view-header {
  font-size: 22px;
}

.view-header {
  margin-bottom: 1em;
}

#main .field-label {
  font-family: "FontSiteSans", Arial, sans-serif;
  color: black;
  font-weight: normal;
}

#main .field-name-field-intro {
  display: none;
}

#block-system-main {
  border-bottom-color: #808080;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 60px;
}

.front #block-system-main {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.gene-name a, 
.gene-name a:visited, 
.gene-name a:active, 
.gene-name a:hover, 
.gene-name a:focus {
  color: #346aaa;
}

.region-sidebar-second .block-views {
  border-top-color: #808080;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 18px;
  padding-top: 12px;
}

/*** Print friendly version icon ***/
.print-link {
  text-align: left;
  margin-bottom: 12px;
}

.print_html {
  margin-left: 0;
}

.print-link a,
.print-link a:visited, 
.print-link a:active {
  vertical-align: bottom;
  color: #444444;
}

.print-link img.print-icon-margin {
  padding-right: 9px;
  margin-bottom: 3px;
}


/*** Turn Around Time tables ***/

.field-name-field-tat table th,
.views-field-field-tat table th {
  white-space: nowrap;
}

.field-name-field-tat table td:nth-child(1),
.views-field-field-tat table td:nth-child(1) {
  width: 80%;
}

.field-name-field-tat table th:nth-child(2), 
.field-name-field-tat table td:nth-child(2), 
.views-field-field-tat table th:nth-child(2),
.views-field-field-tat table td:nth-child(2) {
  width: 20%;
  white-space: nowrap;
}

/*** CPT Code tables ***/

.field-name-field-cpt-codes table th,
.views-field-field-cpt-codes table th {
  white-space: nowrap;
}

.field-name-field-cpt-codes table td:nth-child(1),
.views-field-field-cpt-codes table td:nth-child(1) {
  width: 10%;
}

.field-name-field-cpt-codes table td:nth-child(2),
.views-field-field-cpt-codes table td:nth-child(2) {
  width: 55%;
}

.field-name-field-cpt-codes table td:nth-child(3),
.views-field-field-cpt-codes table td:nth-child(3) {
  width: 35%;
}

