@media screen {
  body {
    border-width: 2px;
    border-style: groove;
    border-color: #a4bedb;
    margin: 3em;
    padding: 1em;
  }
  a:link {
    color: #003361;
    text-decoration: underline;
  }
  a:visited {
    color: #003361;
    text-decoration: underline;
  }
  a:hover {
    color: #003361;
    background-color: #a4bedb;
  }
  a:active {
    color: #9e1229;
  }
}

body {
  background-color: #d7e1f3;
  font-family: 'Playfair Display', serif;
}

#cv-heading {
  color: #025;
  text-align: center;
}

#address {
  color: #003361;
  text-align: center;
  font-size: 0.8em;
  font-family: monospace;
}

hr {
  color: #a4bedb;
}

table {
  width: 100%;
}

th {
  color: #025;
  font-variant: small-caps;
  font-size: 1.2em;
  background-color: #a4bedb;
  text-align: left;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
}

/* padding-left + text-indent create a hanging indent */
td {
  color: #003361;
  vertical-align: top;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 130%;
}

td.rowHeader {
  width: 11em;
}

dl {
  margin: 0;
}

dt {
  font-size: 0.9em;
}

dd {
  padding-left: 0;
  text-indent: 0;
  font-size: 0.9em;
}

.research {
  display: none;
}

@media print {
  body {
    background-color: #fff;
/*     padding: 5em !important;  /* required for borderless printing in Konqueror */ */
    margin: 0;
    border-style: none !important;
    border-width: 0 !important;
  }
  a:link, a:visited {
    text-decoration: none !important;
    color: #025 !important;
  }
  tbody {
    page-break-inside: avoid;
    font-size: 75%;
  }

  tr {
    page-break-inside: avoid;
  }

  td:first-child { /* date column*/
    min-width: 20%;
  }

  #address {
    font-size: 70%;
  }

  @page {
    size: A4 portrait;
    margin: 2.3cm 1.6cm 2.1cm 1.6cm;
/*     margin: 0cm 0cm 0cm 0cm; */
  }
}
