#wrap {
  margin:0;
  width:700px;
  border:1px solid #561420;
}

#map {
  width: 468px;
  height: 510px;
  background-color: white;
  float:right;
}

#controlToggle li {
  list-style: none;
  display: inline;
}

#output {
  float:right;
  font-weight: bold;
}

#queryresults {
  width: 230px;
  float:left;
  background-color: #DFDAC7;
  height: 510px;
}

#stationselector{
  font-size: 79%;
  width: 210px;
  margin-left: 2px;
}

#resultswrap {
  margin: 10px;
}

#points {
  margin: 80px;
}

#wrap .header {
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 9px;
}

.instructions {
  font-size: 80%;
  line-height: 13px;
  width: 190px;
}

#wrap table {
  width: 210px;
}

#wrap td {
  font-size: 80%;
}


.circlesize {
  position: relative;
  top: 24px! important;
  left: -70px! important;
}

#options {
  font-size: 80%;
  clear:both;
  width: 700px;
}

#toolTip {
position: absolute;
text-align: right;
background-color: white;
border: 1px solid black;
padding: 3px;
}

#stationLink {
display:none;
}

#modifdate {
font-size: 80%;
margin-top: 5px;
}