* {
  font-family: "Source Sans Pro", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

#main {
  padding-top: 2cm;
  padding-bottom: 1cm;
}

#contact-info {
  list-style-type: none;
  margin: 0;
}
#contact-info .list-group-item {
  border-width: 0 2px 0 0;
  border-right: 2px solid white;
  line-height: 1.5em;
  padding: 0;
}

#sidebar, #topmatter {
  text-transform: uppercase;
}

#topmatter {
  margin-bottom: 1cm;
  vertical-align: middle;
}

h1, h2, h3 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 14pt;
  font-weight: bold;
}

#bodytext h2 {
  margin-top: 2em;
}

.right {
  text-align: right;
}

#sidebar li {
  font-size: 1.2em;
}

#bodytext {
  font-size: 1.3em;
}

.pubtitle { font-weight: bold; }
.abstract {
  display: none;
  background-color: #f0f0f0;
  padding: 1em;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
}

.date-year {
  font-weight: bold;
  text-transform: uppercase;
}

.date-month {
  text-transform: uppercase;
  font-size: small;
}

.note {
  font-weight: bold;
}

.publication .links {
  text-transform: uppercase;
  font-size: small;
}

