#find_distributor .heading {
  font-size: 1em;
  background-color: #00A5D0;
}

#find_distributor .heading th {
  font-weight: bold;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

#find_distributor .state {
  background-color: #66cc00;
  cursor: pointer;
}

#find_distributor .state td {
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;

}

#find_distributor .open {
  background-color: #00A5D0;
}

#find_distributor .open td {
  border-left: 10px solid #006993;
  border-bottom: none;
}

#find_distributor table {
  margin-bottom: 3em;
  width: 100%;
}

#find_distributor table td {
  vertical-align: top;
}

#find_distributor table tr.even {
  background-color: #F5F5F5;
}
