.jobs li.active .content {
  max-height: 400px;
}
.jobs p:last-child {
  margin-bottom: 0;
}
.jobs li {
  margin-bottom: 10px;
}
.jobs li:last-child {
  margin-bottom: 0;
}
.jobs .title {
  /*background: #f5f5f5 url(../img/icon_pdf_document.png) 13px center no-repeat;*/
  background-color: #f5f5f5;
  /*background-size: 30px;*/
  padding: 13px 10px 13px 75px;
  font-weight: 300;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.jobs .title a {
  display: block;
  font-weight: 300;
}
.jobs .title:hover {
  /*background: #eee url(../img/icon_pdf_document.png) 13px center no-repeat;*/
  background-color: #eee;
  /*background-size: 30px;*/
  padding: 13px 10px 13px 75px;
}
.jobs .pdf {
  background-image: url(../img/icon_pdf_document.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 30px;
}
.jobs .zip {
  background-image: url(../img/icon_zip.png);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 30px;
}
