/* CSS Adaped from jemdoc (http://jemdoc.jaboc.net/) */
html {
  margin: 0 auto;
  max-width: 1500px;
}

body {
  background: white;
  /* font-family: Georgia, serif; */
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 50px;
  padding: 0% 5%;
  font-size: 12pt;
}
a, .link {
  color: #386791;
  text-decoration: none;
  cursor: pointer;
}

a, .link:hover {
  border-bottom: 1px gray dotted;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}


.award {
  font-weight: bold;
  color: #cc1133;
}

h1, h2, h3, .title {
  /*color: #386791; */
  color: #990000; 
  /* font-family: Georgia, serif; */
  line-height: 1.0;
  padding-top: 0.5em;
  font-weight: normal;
}

h1, h2, h3, .title-section {
  margin-top: 0.5em;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}

.title-section {
  margin-bottom: 0.8em;
}


h1, .title {
  font-size: 190%;
}

.subtitle {
  margin-top: 0.3em;
  font-size: 110%;
  margin-bottom: 0.1em;
}

h2 {
  padding-top: 0.8em;
  font-size: 140%;
}

h2 + h3 {
  padding-top: 0.2em;
}

h3 {
  font-size: 110%;
  border-bottom: none;
}

blockquote {
  font-size: 120%;
}

p {
  margin-top: 0.0em;
  margin-bottom: 0.8em;
  padding: 0;
  line-height: 1.3;
}

.infobox {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0em;
  border: 1px solid black;
  border-radius: 0.5em;
  background-color: #eeeeee;
}

ul, ol, dl {
  margin-top: 0.2em;
  padding-top: 0;
  margin-bottom: 0.8em;
}
ul {
  list-style-position: outside;
  list-style-type: square;
}

p + ul, p + ol {
  margin-top: -0.5em;
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
}


ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

img[alt="Profile picture"] {
  border-radius: 50%;
  width: 270px;
  border: 1px solid black;
  margin-right: 25px;
}

.col-pic {
  float: left;
  /* width: 300px; */
  width: 270px;
  margin-right: 25px;
  text-align: center;
}
.col-intro {
  width: auto;
  overflow: hidden;
}

.row:after {
  content: "";
  display: table; 
  clear: both;
}

table.schedule {
  border: 1px solid black;
  width: 100%;
  padding: 0px;
  border-spacing: 0;
}
thead th {
  background-color: #990000;
  color: #ffffff;
  border-bottom: 1px solid black;
  padding: 5px 8px;
  text-align: center;
}
td {
  padding: 4px 8px;
  text-align: left;
  vertical-align: top;
}
tr, thead, tbody, th, td {
  border-spacing: 0;
}
tr.schedule-break {
  background-color: #cceeff;
}
tr.schedule-shaded {
  background-color: #dddddd;
}
tr.schedule-section {
  background-color: #cccccc;
}
tr.schedule-exam {
  background-color: #f8eecc;
}
tr.schedule-rule td {
  border-bottom: 1px solid black;
}
td.first-column {
  white-space: nowrap;
}

div.staff-photo {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.staff-photo img {
  border-radius: 50%;
  border-color: black;
  border: 1px solid black;
  width: 120px;
}
.indent {
  padding-left: 20px;
}
