.department h5 {
  font-size: 12pt;
  position: relative;
  line-height: 1.8em;
}
.department h5 a {
  position: relative;
  color: white;
}
.department h5 .count {
  position: absolute;
  right: 0.5em;
  font-size: 10pt;
}

ul.job_postings {
  font-size: 10pt;
  margin-left: 1.8em;
  padding: 0;
  line-height: 2.5em;
}
.job_postings li {
  margin: 0;
  padding: 0;
}
.job_postings li p {
  padding: 0.5em;
  line-height: 1em;
}

.job_posting .title {
  font-weight: bold;
}

#boxContents {
  width: 600px;
}
