body {
  color: black;
  background-color: white;
  font-family: "Bitsream Vera Sans",Helvetica,Arial,sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

h1 {
  background-image: linear-gradient(to bottom right, #125475, #3eb5f0);
  color: #eee;
  margin: 0;
  padding: 5px 15px;
  font-weight: normal;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-weight: normal;
  color: #333;
}

textarea, button, select {
  border: 1px solid #ccc;
}

textarea {
  font-size: 1.25em;
  width: 99%;
}

#options {
  background-color: #eee;
  padding: 5px 10px;
  margin-bottom: 15px;
}

#input {
  margin: 10px auto;
  width: 90%;
}

#tree {
  display: flex;
  align-items: center;
  justify-content: center;
}

#tip {
  margin-top: 40px;
  color: #555;
  text-align: center;
  font-style: italic;
}

#footer {
  text-align: center;
  font-size: smaller;
  margin-top: 40px;
  color: #777;
  clear: both;
}

#footer a {
  color: #00B;
  text-decoration: none;
}

#version {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #BBB;
  font-size: 0.8em;
}

#parse-error {
  color: #666;
  height: 0.7em;
  font-size: 0.7em;
  display: block;
}
