label:hover {
  background-color: #D5DFF0;
}



#AddressInput {
  width: 90%;
}

#lookup-btn {
  width: 100%;
}

/* These are not used yet. */
#result-container {
  padding: 1em;
}

#result-container table {
  border: solid 1px #CCC;
  border-collapse: collapse;
}
#result-container table tr:hover {
  background-color: #D5DFF0;
}
#result-container table tr td {
  padding: 3px;
}

#result-container table tr td+td {
  text-align: center;
}

#result table tr th {
  text-align: center;
  font-size: 8pt;
}

#SpeedGroup ul {
  margin: 0 0 0 2em;
}

#SpeedGroup li {
  margin: 0.2em;
}

