﻿body {
  font-family: Constantia, 'Times New Roman', serif;
  text-align: justify;
  font-size: 0.9em;
  /*line-height: 125%;*/
  padding: 1em;
}
.underlined {
  text-decoration: underline;
}
h1 {
  font-family: Constantia, 'Times New Roman', serif;
  text-align: center;
  font-size: 150%;
}
div.sectionheader {
  margin-top: 1em;
  position: relative;
  color: white;
  background-color:gray;
}
img.sectionheader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-family: Corbel, Helvetica, sans-serif;
  font-size: 1.2em;
}
div.introduction {
  font-size: 110%;
  line-height: 125%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table.privatedetails {
  font-size: larger;
  font-weight: bold;
}
td.version {
  font-size: small;
  font-weight: normal;
  text-align: left;
}
td.profile {
  font-size: small;
  font-weight: normal;
  text-align: right;
}
td {
  border-style: solid;
  border-width: thin;
  border-color: #eeeeee;
  vertical-align: bottom;
  padding: 0.2em;
}
tr > td + td {
  text-align: center;
}
tr > td + td + td {
  text-align: right;
}
td.title, td.name, td.address, td.email, td.telephone, td.dateofbirth,
td.grade, td.period, td.institution, td.employer, td.period, td.when, td.location {
  font-family: Corbel, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
}
div.section {
  margin-top: 0.5em;
}
.skillability, .awardlevel, .pastemployers, .pastprojects, .publicationlevel {
  font-weight: bold;
  text-decoration: underline;
}
div.employers, div.roles, div.books, div.publications, div.itreferences, div.onlineoptions {
  column-width: 20em;
  -moz-column-width: 20em;
  -webkit-column-width: 20em;
}
div.books, div.publications, div.itreferences {
  font-size: 90%;
}
div.employers ul, div.roles ul, div.books ul, div.publications, div.itreferences ul {
  margin: 0;
}
div.employers ul li, div.roles ul li, div.books ul li, div.publications, div.itreferences ul li {
  break-inside: avoid;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-top: 4px;
  margin-bottom: 4px;
}
ol li {
  margin-bottom: 0.5em;
}
ul li + li {
  margin-top: 0.25em;
}
table.onlineoptions tr td, table.itreferences tr td, table.potential tr td {
  vertical-align: top;
  text-align: justify;
}
table.itreferences tr td {
  width: 33%;
}
table.potential tr td + td {
  width: 60%;
}
table.onlineoptions tr td ul{
  margin-top: 0.5em;
  margin-bottom: 0em;
}
table.itreferences tr td ul {
  margin-top: 0em;
  margin-bottom: 0em;
}