body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
}

p { 
  line-height: 140%;
}

.resultslist ul li { 
  line-height: 140%;
  padding: 5px;
}

a:link {
    text-decoration: none;
    color: steelblue;
    color: #325d81;
}

a:visited {
    color: steelblue;
    color: #325d81;
}

a:hover {
    color: red;
}

a:active {
    text-decoration: none;
}

.column {
    float: left;
    width: 48%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 0px;
}

.space { 
  padding-bottom: 20px;
}

@media (max-width:600px) {
    .column {
        width: 100%;
    }
}

.topbar {
    overflow: hidden;
    background-color: black;
    background-color: #083C5D;
    font-weight: bold;
}

.topbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
}

.topbar a:hover {
    color: red;
}

.biosketch { 
  font-weight: 400;
  font-size: large;
  padding-right: 10px;
}

.biosketch h1 { 
  text-align: center;
  font-weight: 400;
  font-size: x-large;
}

.biosketch p { 
  font-weight: 400;
  font-size: medium
}

.highlights { 
  font-weight: 400;
  font-size: large;
  padding-left: 10px;
}

.highlights h1 { 
  text-align: center;
  font-weight: 400;
  font-size: x-large;
}

.highlights p { 
  font-weight: 400;
  font-size: medium
}

.highlights table {
  width: 100%;
  font-size: large;
  text-align: center;
}

.highlights td {
  padding: 10px;
  vertical-align: top;
}
 
.navbar {
    overflow: hidden;
    background-color: white;
    line-height: 50%;
}

.navbar a {
    float: left;
    display: block;
    color: steelblue;
    color: black;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
}

.navbar a:hover {
    color: red;
}

.article { 
  padding-right: 10px;
}

.article img {
  display: inline-block;
  float: left;
  padding-right: 15px; 
  padding-left: 10px;
}

.article h1 { 
  text-align: left;
  font-weight: 400;
  font-size: x-large;
  margin-left: 0px;
}

.article h3 { 
  font-weight: 400;
  font-size: large;
  margin: 0px;
  padding: 0;
  padding-bottom: 5px;
}

.article p { 
  line-height: 120%;
  font-weight: 400;
  font-size: medium;
  margin: 0px;
  padding-left: 10px;
  padding-bottom: 5px;

}

.article .navbar a { 
  font-weight: 400;
  font-size: medium;
  color: steelblue;
  color: #325d81;
  margin: 0px;
  padding: 6px 20px 6px 0px;
}

.article a { 
  color: black;
  color: steelblue;
  color: #325d81;
}

.article a:hover { 
  color: red;
}

.paper {
  padding-left: 10px;
}

.paper h1 { 
  text-align: left;
  font-weight: 400;
  font-size: x-large;
  margin-left: 0px;
}

.paper h3 { 
  font-weight: 400;
  font-size: large;
  margin: 0;
  margin-left: 10px;
  padding-bottom: 5px;
}

.paper p { 
  line-height: 120%;
  font-weight: 400;
  font-size: small;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}


.paper a { 
  color: steelblue;
  color: #396a93;
}

.paper a:hover { 
  color: red;
}
