﻿#filterControls .close {
  top: -4px; right: 8px;
}

#filterControls h2 {
  color: Black;
  margin-bottom: 20px;
}

#filterControls .form_block {
  margin: 2px 0px;
}

#filterControls .form_block label.outer {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
  text-align: right;
}

#specialtyList {
  display: inline-block;
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  border: solid #aaa 1px;
}

#specialtyList .option {
  font-size: 90%;
}
