.customerDetail .well:hover {
  background-color: #f6f6f6 !important; }

.card a {
  color: #666; }

.cardSection {
  padding: 5px;
  max-width: 200px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }
  .cardSection div {
    margin-left: 8px; }

.cardDivider {
  height: 5px; }

.customerCard {
  border-left: solid #b6b6b6 8px; }

.lotCard {
  border-left: solid #7d7d7d 8px; }

.wellCard {
  border-left: solid #4a4a4a 8px; }

.delinquentCard {
  border-left: solid #ffdddd 8px; }

.cardHeader {
  font-size: 13pt;
  margin-bottom: 3px; }

.activeDelinquent {
  background-color: #ffdddd !important; }

.inactiveDelinquent {
  background-color: #fff9b2 !important; }
