* {
  color: white;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Garuda, sans-serif !important;
}

body {
  text-align: center;
  background: #333;
}

h1  {
  font-size: 2em;
  margin-bottom: 1em;
  margin-top: 0.75em;
}

img {
  border: 2px solid white;
  padding: 2px;
  margin-bottom: 5px;
}

input.text {
  background: black;
  color: white;
  font-family: sans-serif;
  font-size: 1.2em;
  padding: 2px;
  border: 2px solid white;
  width: 25em;
  text-align: center;
}
 
input.button {
  background: black;
  color: white;
  font-size: 1em;
  width: 10em;
  margin: 0.8em 0;
}

#reload-button-area {
display: none;
}

dt {
  font-family: sans-serif;
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
}

dd {
text-align: center;
  margin: 0 0 2em 0;
}
