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

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

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;
  }
}

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

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

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

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 3px;
}

td:first-child {
  width: 420px;
}

td.column_two {
  width: 175px;
}

td.column_three {
  width: 150px;
}

td.column_four {
  width: 150px;
}

td + td {
  text-align: left;
}

td.postdoc {
  width: 550px;
}

.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;
}