body {
  background-color: white;
  /*font-size: 12pt;*/
}
#header #title, #header #account, #footer,
#search-panel-controls, #tabnav, #actions,
#help-contents, div#map-directions .close-button {
  display: none;
}
select, input {
  font-size: 75%;
}
#content {
  margin: 0;
  /*width: auto;*/
}
#search-options fieldset {
  background-color: white;
  /*border: 1px solid #999;*/
}
.panel span.message {
  color: black;
  font-weight: normal;
}
#map-wrapper {
  border: none;
  max-height: 450px;
}
#map, #map-legend {
  float: none;
  width: auto;
}
#map-legend ul {
  list-style: decimal;
  padding-left: 2.5em;
  column-count: 2;
  column-gap: 2em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
}
#map-legend ul li {
  margin: 1ex 1em;
}
#map-legend a {
  color: black;
}
#map-directions-wrapper {
  height: 100%;
}
#map-directions {
  background-color: white;
}
#map-directions h4 {
  color: black;
  font-weight: normal;
  letter-spacing: 0;
}
#map-directions a {
  color: black;
  text-decoration: none;
}
