body {
  font-family: arial, verdana;
  font-size: 12px;
  width: 984px;
}
body table tr td {
  font-size: 12px;
}
input {
  margin-bottom: 0px;
}
#results {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}
#filtered {
  margin-bottom: 20px;
  border: 1px solid #FF00FF;
  background-color: #FFEEFF;
}
#edu {
  margin-bottom: 20px;
  border: 1px solid #FF0000;
  background-color: #FFEEEE;
}
#gov {
  margin-bottom: 20px;
  border: 1px solid #00FF00;
  background-color: #EEFFEE;
}
#def {
  margin-bottom: 20px;
  border: 1px solid #0000FF;
  background-color: #EEEEFF;
}
#getcsv {
  position: absolute;
  left: 508px;
  top: 232px;
}

