/* NEW STYLES BASIC */
div#recruiter {

}

div#recruiter h1.coloured {
  width: 100%;
  float: none;
  margin-top: 0;
}

div#recruiter table {
  width: 90%;
  border-collapse: collapse;
  margin: 1em;
}

div#recruiter table td, div#recruiter table th {
  border-bottom: 1px solid #eee;
  padding: .6em;
}

div#recruiter table td.right, div#recruiter table th.right {
  border-bottom: 1px solid #eee;
  padding: .6em;
  text-align: right;
  width: 7em;
  vertical-align: top;
}

div#recruiter table td a {
  display: block;
}

div.pagination {
  font-size: .8em;
  margin: 1em;
}

div.pagination span, div.pagination a {
  display: inline-block;
  background-color: #ddd;
  width: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
}

div.pagination .prev_page, div.pagination .next_page  {
  width: 100px;
  background-color: #eee;
}