﻿.expand {
  font-size: 0.9em;
  text-decoration: none;
}


#map_outer {
  width: 100%;
  position: relative;
}
#map {
  position: absolute;
  width: 100%;
  height: 285px;
}
.map_small {
  height: 300px;
}
.map_large {
  height: 600px;
}


#map_legend {
  position: absolute;
  width: 20%;
  top: 10px;
  left: 40%;
  text-align: center;
  color: white;
  font-size: 10;
  z-index: 999;
}
#map_toggle {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 9pt;
}

#results {
  width: 100%;
  min-height: 300px;
  overflow: auto;
  padding: 10px;
}
.resultscol {
  width: 300px;
  margin: 5px;
  float: left;

}
.resultscol div {
  width: 100%;
}

.AVBlistnav{width: 100%; background-color: #444; text-align: center;}
.AVBlistnavbutton {background: #ddd; font-size: 1em; padding: 12px; margin: 2px 1px 0px 0px; display: inline-block; border-radius: 5px 5px 0px 0px;}
.AVBlistsel {background: #fff;}
.AVBlistnavbutton:hover {background: #ffe;}
