body {
  font: 18px/1.4 Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

img#headshot {
  margin-left: 20px;
  float: right;
}

a {
  color: #0366d6;
}

div#pubs li {
  margin: 10px 0;
}

div#content {
  width: 75%;
  margin: auto;
}

/* Portrait mobile phones and small-sized browser windows */
@media screen and (max-device-width: 640px) and (orientation: portrait), screen and (max-width: 640px) {
  div#content {
    width: 100%;
  }
}
