body {
  background: rgb(20, 20, 20);
  font-family: Tahoma, 'Geneva', Verdana;
  color: rgb(100, 100, 100);
}

p, ul {
  line-height: 1.2em;
}

p {
  margin: 1em;
}

a {
  color: rgb(160, 160, 160);
}

a:hover {
  color: white;
}

ul {
  margin: 1em 4em 1em 4em;
  list-style-type: disc;
}

h1 {
  color: white;
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
  font-size: 3em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2 {
  background: rgb(20, 20, 20);
  color: white;
  font-size: 1.2em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2.section_title {
  top: -1.5em;
}

div#container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 38em;
}

div.section {
  border: medium solid rgb(100, 100, 100);
  color: rgb(100, 100, 100);
  margin: 3em;
  padding: 1em;
  text-align: left;
}

div.result {
  font-size: 1.4em;
  text-align: center;
}

div#bottom {
  text-align: center;
}

div#comparisons {
  margin-left: 10em;
  margin-right: 10em;
}

div#wtf_chart {
  float: left;
  margin-right: 0.2em;
}

div#standard_chart {
  float: left;
}

div.alphabetic_minute {
  border-top: 1px rgb(100, 100, 100) solid;
  height: 2em;
}

div.quarter_hour {
  border-top: 1px rgb(100, 100, 100) solid;
  height: 14.45em;
}


div.clearfix {
  clear: both;
}

div.fine_print {
  font-size: 0.75em;
}

h1#logo a {
  text-decoration: none;
}

h2#overview {
  width: 6em;
}

h2#wtf_times {
  width: 10em;
}

h2#wtf_dates {
  width: 12em;
}

h2#why {
  width: 15em;
}

h2#from {
  width: 13em;
}

h2#to {
  width: 12em;
}

h2#resources {
  width: 9em;
}

h2#visualizing {
  width: 15em;
}

h2#converter {
  color: rgb(100, 100, 100);
  font-family: 'Palatino', 'Palatino Linotype', 'Hoefler Text', Times, 'Times New Roman', serif;
  font-size: 2em;
}

h2#official_time_spec {
  width: 13em;
}

h2#time_divisions {
  width: 8em;
}

h2#time_format {
  width: 7em;
}

h2#time_sync {
  width: 11em;
}

h2#official_date_spec {
  width: 13em;
}

h2#date_divisions {
  width: 8em;
}

h2#date_format {
  width: 7em;
}

h2#date_sync {
  width: 11em;
}

