.readable {
  font-family: Georgia,"Times New Roman",Times,serif;
  line-height: 1.8em;
  font-size: 1.1em;
}

.airportname, .airportcityname {
  width: 12em;
}

.airportcitycode {
  width: 4em;
}

.usdate, .isodate {
  width: 6em;
}

.notice {
  color: #E6005C;  
  border: 1px solid grey;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.balloon {
  text-align: center;
  border: 1px solid LightGrey;
  background-color: #ffffaa;
  width: 50em;
  margin: 0.3em auto 1em auto;
  padding: 0.5em;
}

#navlinks {
  font-size: 120%;
  padding: 0.5em;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}

.vform {
  width: 30em;
}

.vform label {
  display: block;
  font-style: italic;
}

.vform input, .vform .input, .vform textarea {
  display: block;
  margin-bottom: 1em;
  font-style: normal;
  margin-top: 0.3em;
  xxpadding: 0.2em;
}

.vform input[type="checkbox"], .vform input[type="radio"] {
  display: inline;
  margin-right: 0.5em;
  margin-bottom: 0 em;
  vertical-align: text-top;
}

.vform label.sameline {
  height: 1.5em;
  margin-bottom: 0.3em;
}

.vform input[type="hidden"] {
  display: none;
}

.listtable th {
  background-color: #FFDC73;
}