h2.category {
  border-bottom: 1px solid #000;
  margin-bottom: -5px;
}
h2.category.internal {
  margin-top: 42px;
}
div.resumeEntry.internal {
  margin-top: -10px;
}
.resumeEntry h3  {
  margin-bottom: 0;
}
.resumeTime, .resumeLocation {
  font-family: 'Cantarell', sans-serif;
  font-size: 12.8px;
  color: #999;
  margin: 0 8px 0 0;
  padding-left: 20px;
}
.resumeLocation {
  background: no-repeat url('../images/pin.png');
}
.resumeTime {
  background: no-repeat url('../images/time.png');
}
p.resumeDescription {
  margin-bottom: 0;
}
ul.resumeDescription {
  list-style-type: circle;
  font-size: 14px;
}
a.pdfDownload {
  float: right;
  position: relative;
  top: 24px;
  font-size: 15px;
  border-bottom: 1px dashed;
}