body {
  margin: 0;
  padding: 1em;
  background: url(http://i.imgur.com/Gr1jHhO.png);
  font-size: x-large;
}

.main {
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}

a {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: black;
}

.jq-dropdown-menu > li > a.current {
  background: #000000;
  color: white;
  font-weight: bold;
}

.jq-dropdown-menu > li > a.current:hover {
  background: #202020;
  color: white;
}

h1 {
  font-size: xx-large;
  margin: 0;
  font-weight: bold;
}

h2 {
  font-size: x-large;
  margin: 0;
  font-weight: normal;
}

.timelord {
  font-style: italic;
}

.topic1 {
  font-size: xx-large;
  margin-left: 1em;
  margin-top: 0.5em;
  font-style: italic;
}

.topics3 {
  font-size: xx-large;
}

.topics9 {
  font-size: xx-large;
}

.topics-dump {
  font-family: serif;
}

#input-mode {
  font-weight: bold;
}

.loading {
  opacity: 0.5;
}
