div.directions div.dir {
  margin-top: 5px; }
  div.directions div.dir div.header {
    background-color: rgb(90,90,110);
    color: white;
    font-size: 14pt;
    font-weight: bold; }
div.directions div.title {
  background-color: rgb(90,90,110);
  color: white;
  font-size: 16pt;
  font-weight: bold;
  text-align: center; }
div.directions div.address {
  text-align: left; }
div.directions div.text {
  text-align: left;
  margin-top: 5px;
  width: 500px; }
div.directions table td {
  padding: 3px; }
div.directions td.border-left {
  padding-left: 10px;
  border-left: 1px solid black; }
