body {
  background: white;
  font-family: helvetica, arial, sans-serif;
  color: black;
}

a::after {
  content: " (" attr(href) ")";
  font-size: 0.8em;
}

/* Remove link URLs after anchor text when printing */
a.no-print-expand::after {
  content: none !important;
}

.no-print {
  display: none;
}

img#portrait {
    float: right;
    width: 100px;
    height: auto;
}

a {
    color: blue;
}

@page {
  margin: 20mm 15mm;  /* 20mm top/bottom, 15mm left/right */
}

#published-works img {
    width: 150px;
}

h1 {
  font-size: 1.65em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h2 {
  margin-top: 1rem;
  font-size: 1.4em;
  font-weight: 400;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
}

h4 {
  font-size: 1.1em;
  font-weight: 400;
}

*, p, li {
    line-height: 1.3;
}

p {
    margin-top: 0.6em;
}