#dealerTable {
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}
table { border-collapse: collapse; }
table, th, td { border: 1px solid #584D3B; }
.centered {
  text-align: center;
}
tbody {  }
th {
  text-align: center;
  font-size: 1.2em;
  padding: 0 20px;
  height: 40px;
  vertical-align: middle;
  background-color: #B3A58C;
  color: #000;
  border: none;
}
td { padding: 4px 20px;
  vertical-align: middle;}
td:first-child { padding: 4px 40px; }
.dealerName { min-width: 225px; }
.dealerAddress { min-width: 200px; }
.dealerPhone { min-width: 175px; }