.job_category {
  width: 315px;
  margin-right: 30px;
  float: left;
}

.job_category:nth-child(2n+1) {
  margin-right: 0;
}

#content .position {
  list-style-type: none;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  margin: 10px 0;
  overflow: auto;
}

.position > span {
  float: left;
  width: 100%;
}

.position .title {
  font-weight: normal;
}

.position .category {
  font-style: italic;
}

.position .button {
  display: block;
  clear: both;
  float: right;
}

#apply {
  float: right;
}