.offender {
  position: relative;
  padding-left: 265px;
}
.offender img {
  position: absolute;
  top: 0;
  left: 0;
}
.offender .info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  min-height: 260px;
}
.offender .info > li {
  padding-left: 200px;
  position: relative;
  margin-bottom: 6px;
  min-height: 20px;
}
.offender .info label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.most-wanted-hp {
  width: 220px;
  border: 3px solid #191D71;
  margin-bottom: 20px;
  text-align: left;
}
.most-wanted-hp .top {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #191D71;
  padding: 10px 0;
  font-size: 16pt;
}
.most-wanted-hp img {
  display: block;
  margin: 10px auto;
}
.most-wanted-hp h3 {
  text-align: center;
}
.most-wanted-hp .info {
  font-size: 10pt;
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 10px;
}
.most-wanted-hp .info li {
  position: relative;
  padding-left: 110px;
  font-weight: bold;
  padding-bottom: 3px;
}
.most-wanted-hp .info label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}
.most-wanted-hp p {
  padding: 0 10px;
}
.most-wanted-hp .more {
  display: block;
  width: 70%;
  padding: 8px 0;
  text-align: center;
  margin: 10px auto;
  text-decoration: none;
  color: #fff;
  background: #191D71;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.most-wanted-hp .more:hover {
  background: gray;
}
.most-wanted-list > .row {
  padding-bottom: 30px;
}
.most-wanted-list .a {
  text-align: center;
  padding-bottom: 10px;
}
.most-wanted-list .b .row {
  margin: 6px 0;
}
.most-wanted-list label {
  display: inline-block;
  margin: 0;
}
.jail-records > .row {
  padding-bottom: 30px;
}
.jail-records .a {
  text-align: center;
  padding-bottom: 10px;
}
.jail-records .b .row {
  margin: 6px 0;
}
.jail-records label {
  display: inline-block;
  margin: 0;
}
