/*
 * Councillors Styles - Filter
 */

form#councillors-filter {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 1.5em 0 1.5em 0;
}
form#councillors-filter p {
  background: #ddd;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  height: 100%;
}
form#councillors-filter span.group {
  overflow: hidden;
  display: block;
  margin-bottom: 0.75em;
  height: 100%;
}
form#councillors-filter span.group.last {
  margin-bottom: 0;
  padding-left: 85px;
}
form#councillors-filter label {
  float: left;
  margin: 1px 5px 0 0;
}
form#councillors-filter label#name-label,
form#councillors-filter label#dea-label {
  text-align: right;
  width: 80px;
}
form#councillors-filter input#name-field {
  font-size: 1em;
  float: left;
  margin-right: 15px;
  width: 150px;
}
form#councillors-filter select#location-field {
  font-size: 1em;
  float: left;
  margin-right: 15px;
}
form#councillors-filter select#dea-field {
  font-size: 1em;
  float: left;
  margin-right: 15px;
}
form#councillors-filter select#political-party-field {
  font-size: 1em;
  float: left;
  margin-right: 15px;
}
form#councillors-filter input#filter-button {
  font-size: 1em;
  float: left;
  margin-right: 5px;
}
form#councillors-filter input#filter-reset-button {
  font-size: 1em;
  float: left;
  margin-right: 5px;
}


/*
 * Councillors Styles - Items
 */

div#councillors {
  margin-top: 2em;
}
div#councillors ul {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}
div#councillors ul li {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px 0;
  padding: 0 0 18px 90px;
  height: 100%;
}
div#councillors ul li p.thumbnail {
  display: inline;
  float: left;
  margin: 0 0 0 -90px;
  padding: 0 0 40px 0;
  width: 69px;
  height: 69px;
}
div#councillors ul li p.thumbnail img {
  display: block;
}
div#councillors ul li h4 {
  color: #042d6f;
  font-size: 1.2em;
  margin: 0;
}
div#councillors ul li h4 a {
  color: #042d6f;
}
div#councillors ul li h5 {
  font-size: 0.9em;
  margin: 0;
}
div#councillors ul li p {
  margin: 0;
}
div#councillors ul li p a {
  color: #ff5900;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
div#councillors ul li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


/*
 * Councillors Styles - Item
 */

div#councillors-item p.main-image {
  float: right;
  margin: 0 0 20px 20px;
}
div#councillors-item p.main-image img {
  display: block;
}
div#councillors-item h4.location {
  font-size: 1em;
  color: #042d6f;
  margin: 0 0 1.2em 0;
}
div#councillors-item p.address {
  background: #e5e5e5;
  padding: 8px;
}
div#councillors-item p.address.with-photo {
  margin-right: 195px;
}