div#map
{
  padding: 3px;
  border-style: solid;
  border-width: thin;
  float: left;
  width: 55%;
  height: 500px;
}
div#side_bar
{
  float: right;
  background-color: grey;
  padding: 3px;
  width: 40%;
}
div#lot_list
{
  height: 500px;
  overflow: auto;
}
table {
  text-align: center;
  empty-cells: show;
  border-collapse: collapse;
}
td
{
  font-size: 70%;
  text-align: left;
  padding: 3px;
  width: 120px;
}
th
{
  font-size: 60%;
  background-color: silver;
  padding: 3px;
  width: 120px;
}
tr.odd
{
  background-color: #DDEEFF;
}
tr.even
{
  background-color: #DDFFEE;
}

