div.sub_header {
  background-image: url("../images/systems_biology.jpg");
  height: 105px;
  margin: 0 0 20px;
  position: relative;
  width: 795px;
}

div.page_bg_image {
  display: block;
  height: 75px;
  width: 100%;
}

.systems_biology_table {
  width: 100%;
}

table {
  border-collapse: collapse;
  font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
  margin: 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  table {
    width: 790px;
  }
}

th {
  color: #444;
  padding: 15px 3px 3px;
  text-align: left;
}

td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 7px 5px 7px 9px;
}

td:first-child {
  padding-right: 65px !important;
  width: 620px;
}

td.column_two {
  width: 175px;
}

td.column_three {
  width: 150px;
}

td.column_four {
  width: 150px;
}

td + td {
  text-align: left;
}

td.postdoc {
  width: 550px;
}

hr {
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 0;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 2rem 0;
  }
}

.faux-header {
  clear: both;
  display: block;
  font-size: 1.1rem;
  padding-top: 1rem;
}

.project_text p:last-child {
  padding-bottom: 0;
}

.topic_text + [data-readmore-toggle] {
  background: rgba(27, 55, 120, 0.25);
  border: 1px solid rgba(27, 55, 120, 0.5);
  border-radius: 2px;
  color: #1b3778;
  display: inline-block;
  float: right;
  font-weight: 600;
  margin-right: 0.9rem;
  margin-top: 1.5rem;
  padding: 1px 9px;
  text-align: center;
}
.topic_text + [data-readmore-toggle]:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: inline;
  margin-top: 0;
}

.ui-state-default {
  background: #000 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  border: 1px solid #ccc;
  color: #1c94c4;
  font-weight: 700;
}

.highlight {
  background: #1b3778;
  border: 0;
  color: #fff;
}

.sm-btm-padding {
  padding-bottom: 1rem;
}

.faux-line {
  border-bottom: 1px solid #000;
  width: 100%;
}