﻿.crime-list h4 {
  width: 22%; float: left;
  text-align: left;
}

.crime-list .crime-date {
  width: 30%; float: left;
}
.crime-list .crime-address {
  width: 48%; float: left;
}
.list-group-item {
  clear: both;
}


.crime-list .crime-type {
  float: left;
  width: 48px;
  height: 40px;
  background: #e9e9e9 url(//s3.amazonaws.com/s3.spotcrime.com/media/layout-v2/images/crimes-icons.png);
  background-repeat: no-repeat;
  border-right: 1px solid #dfdfdf;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 0.4em;
}
.crime-list .crime-type-arrest {
  background-position: 0 0; }
.crime-list .crime-type-arson {
  background-position: 0 -40px; }
.crime-list .crime-type-assault {
  background-position: 0 -80px; }
.crime-list .crime-type-burglary {
  background-position: 0 -120px; }
.crime-list .crime-type-robbery {
  background-position: 0 -160px; }
.crime-list .crime-type-shooting {
  background-position: 0 -200px; }
.crime-list .crime-type-theft  {
  background-position: 0 -240px; }
.crime-list .crime-type-vandalism {
  background-position: 0 -280px; }
.crime-list .crime-type-other {
  background-position: 0 -320px; }
