.mugshots-disclaimer {
  font-style: italic;
}

.arrest-information {
  max-width: 600px;
  margin-bottom: 40px;
}

.mugshots-ad {
  margin-bottom: 40px;
}
.mugshots-ad ins{
  background: none;
}

.prisoner-name {
  color: #FFF;
  background: #e74322;
  text-align: center;
  font-size: 24px;
  padding: 0.7em;
}

.prisoner-images {
  overflow: auto;
  zoom: 1;
}

#content img.prisoner-image {
  max-width: 49%;
  display: inline;
  margin: 0;
  padding: 0;
}

.prisoner-image + .prisoner-image {
  float: right;
}

.prisoner-info {
  background: #f9f9f9;
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
}

.prisoner-info-row {
  background: #f1f1f1;
}

.prisoner-info-row:nth-child(odd) {
   background-color: #e6e6e6;
}

.prisoner-info-label,
.prisoner-info-data {
  font-size: 14px;
  line-height: 1.5em;
  border: none;
  padding: 0.2em 0.5em;
  width: 49%;
}

.prisoner-info-label{
  font-weight: bold;
  text-align: right;
}

.prisoner-info-data {
  border-left: 10px solid #f9f9f9;;
}

.current-charges-label {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.charges-table {
  text-align: center;
  background: #f1f1f1;
  width: 100%;
  border-collapse: collapse;
}

.charges-table thead {
  color: #FFF;
  background: #b7b7b7;
}

.charges-table td {
  padding: 0.5em;
}

.charges-table th,
.charges-table td {
  padding: 0.5em;
  text-align: center;
  font-size: 14px;
}

.charges-table-labels{
  font-weight: bold;
  background-color: #e6e6e6;
}

.charges-table-labels td{
  padding: 0.3em;
}

#content .mugshots-featured-photo {
  width: 48%;
  margin-bottom: 1em;
  display: inline-block;
  padding: 0;
}

#content .mugshots-featured-photo + .mugshots-featured-photo {
  margin-left: 3%;
}

.mugshots-admin-featured-photo {
  width: 20%;
  margin: 2%;
  display: inline-block;
}

.mugshots-admin-featured-photo img {
  max-width: 100%
}

.mugshots-admin-featured-photo a {
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 45%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 0.2em 0;
  color: #333;
}

.mugshots-admin-featured-photo a.selected {
  border-color: #0B5E99;
  background-color: #0B5E99;
  color: #FFF;
}

.mugshots-admin-featured-photo a + a {
  float: right;
}

