body { font-size: 24px; }
h1 { text-align: center; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
#statusrow { text-align: center; font-size: 120%; }
#toggleextrainfo { font-size: 14px; }
#currentlocation { font-weight: bold; }
#statusdetails { font-size: 18px; /* display: none; */ }
#statusdetails p { margin-bottom: 0; }
button { font-size: 16px; }
ul#entries { border: 1px solid #bbb; border-radius: 4px; list-style: none; background: #eee; }
ul#entries li { margin-bottom: 0; border-bottom: 1px solid #bbb; padding: 0 30px; }
ul#entries input.note { margin-bottom: 0; font-size: 90%; border: none; border-bottom: 2px solid #aaa; width: 100%; }
ul#entries div.extra { font-size: 80%; }
ul#entries li:last-child { border-bottom: none; }
ul#entries li.emptyEntry { font-weight: bold; text-align: center; }
textarea { margin-bottom: 0; width: 100%; font-size: 12px; font-family: monospace; }