#alert-content h3 {
  background-image: none;
}
#alert-content .active-alert h3 {
background-image: url(images/alert.jpg);
  background-repeat: no-repeat;
  padding-left: 24px;
  background-position: left;
  background-size: 20px;
  line-height: 20px;
}
#alert-content h4.alert-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0;
}
#alert-content h4.alert-title-sm {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  font-weight: normal;
}
p.alert-summary {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
div#alert-footer {
  margin-top: 32px;
}
div#loc-one,
div#loc-two {
  margin-bottom: 24px;
}
