body #fuel, #fuel th, #fuel td, #fuel input, #fuel select, #fuel textarea {
  font-family: verdana, arial, tahoma;
  font-size: 11px;
}
#fuel h1 {
  font-size: 22px;
}
#fuel h2 {
  font-size: 18px;
  color: #aaaf87;
}
#fuel h3 {
  font-size: 14px;
}
#fuel label {
  font-size: 11px;
  font-weight: bold;
  display: block;
  float: left;
  width: 210px;
  padding-top: 2px;
  margin-bottom: 1px;
}
#fuel p, #fuel input {
  font-size: 11px;
  color: #24336c;
}
#fuel input {
  display: block;
  float: left;
  margin-bottom: 1px;
}
#fuel input.input {
  width: 60px;
  margin-right: 10px;
}
#fuel input.search {
  padding-left: 5px;
  padding-right: 5px;
}
#fuel a {
  text-decoration: underline;
  color: #24336c;
}
#fuel a.blocky {
  display: block;
  float: left;
  margin-left: 5px;
  padding-top: 3px;
}
#fuel a:hover {
  text-decoration: none;
  color: #00a99e;
}

#fuel {
/*  border-collapse: collapse; */
/*  border: 1px solid #000;    */
  padding: 7px;
}
#fuel #search_container td {
  padding-top: 5px;
  padding-left: 30px;
}
#fuel h2 {
  margin-top: 0px;
  margin-bottom: 2px;
}
#fuel #airport_code {
  font-weight: bold;
  text-align: center;
}
#fuel #gallons {
  font-weight: normal;
  text-align: center;
}
#fuel input.new {
  border-color: red;
}
#fuel a.disclaimer {
  font-size: 10px;
}

#fuel .window_close {
  text-align: right;
}

#fuel #price_list {
  background-color: #000;
  margin-top: 7px;
  width: 485px;
}
#fuel #price_list .note  { width: 270px; }
#fuel #price_list .min   { width:  65px; }
#fuel #price_list .max   { width:  65px; }
#fuel #price_list .price { width:  85px; }
#fuel #price_list thead th {
  background: #24336c;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding: 4px;
  line-height: 160%;
}
#fuel #price_list tbody th {
  background: #3ce5d8;
  color: #000;
  padding: 4px;
  text-align: right;
  font-size: 10px;
}
#fuel #price_list tbody td {
  background: #3ce5d8;
  color: #000;
  padding: 2px 2px 0 2px;
  text-align: right;
  font-size: 10px;
  height: 12px;
}
#fuel #price_list tbody td.lowest {
  background: #24336c;
  color: #fff;
  padding-top: 1px;
}
#fuel #price_list tbody td .notes {
  font-size: 10px;
  text-align: left;
}
#fuel #price_list tbody tr {
  height: 18px;
}
#fuel #price_list tbody tr.fbo td {
  background: #019e97;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
}
#fuel #price_list tbody tr.nomatch td {
  background: #3ce5d8;
  color: #000;
  padding: 4px;
  text-align: left;
}
#fuel #price_list .left {
  float: left;
}
#fuel #price_list .right {
  float: right;
}
