div#locationBox {
  padding: 20px 0 0 50px;
  width: 600px;
}
div.location {
  clear: none;
  float: left;
  height: 150px;
  width: 185px;
}
div.location table {
  width: 100%;
}
div.location table thead td {
  background-color: #fff;
  color: #c03;
  font-weight: bold;
}
div.location table td {
  padding: 2px;
}


div#locationHours {
  background-color: #fff;
  border: 1px solid #c03;
  color: #000;
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  visibility: hidden;
  width: 250px;
}
div#locationHours table {
  background-color: #ccc;
  border-spacing: 1px;
  border-collapse: separate;
  margin: 10px; 
  width: 230px;
}
div#locationHours table td {
  padding: 2px;
}
div#locationHours table thead td {
  background-color: #fff;
  color: #c03;
  font-weight: bold;
  text-align: center;
}
div#locationHours table thead td.dow {
  width: 50%;
}
div#locationHours table thead td.time {
  width: 25%;
}
div#locationHours table tbody tr.on td {
  background-color: #eee;
  color: #000;
}
div#locationHours table tbody td.dow {
  text-align: right;
}
div#locationHours table tbody td.time {
  text-align: center;
}
div#locationHours table tbody td.time span.closed {
  background-color: transparent;
  color: #000;
  font-style: italic;
}
div#locationHours table tfoot td {
  padding: 3px;
  text-align: center;
} 

div#locationHours span#locationName {
  background-color: #fff;
  color: #c03;
  font-size: 110%;
  font-weight: bold;
}
div#locationHours div {
  padding: 5px;
  text-align: center;
  width: 100%;
}