/* Records *
 ***********/
 #filter-download {
  line-height:     2.5em;
  display:         flex;
  justify-content: space-between;
  align-items:     flex-end;
}

#filter option.main { font-weight: bold; }

#download { white-space: nowrap; }

table#records { font-size: 0.8em; }

table#records tr.odd  { background-color: #ffffff; }
table#records tr.even { background-color: #dcdee0; }

table#records a { text-decoration: none; }
table#records tr.odd a { color: #0076d6; }
table#records tr.even a { color: #0050d8; }

table#records .value { white-space: nowrap; }

table#records .state,
table#records .element { text-align: left; }

table#records .value,
table#records .station,
table#records .status { text-align: right; }

ul.statuses { margin: 0; padding: 0; }

ul.statuses li {
  list-style-type: none;
  text-indent:     -1.5em;
  margin-left:     1.5em;
  margin-bottom:   0.5em;
}

ul.statuses li strong { margin-right: 0.5em; }

#note-title h3 { margin-top: 0 !important; }
#note-title h4 { margin-bottom: 0 !important; }
/***********
 * Records */