
body #content button, body #content input, body #content textarea {
  font-family: 'Roboto',Helvetica Neue, sans-serif;
  font-size: 13px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 1em;
  border-radius: 5px;
  margin: 0;
  width: 300px
}

body {
  margin: 0;
  font-family: 'Roboto',Helvetica Neue, sans-serif;
  font-size: 13px;
  background-color:#fafafa;
}

body #content {
  margin: 0 auto;
  max-width: 1000px
}

body #content input:disabled {
  background-color: rgba(0,0,0,.1);
  cursor: not-allowed
}

body #content input[type=checkbox] {
  margin: 1em 0;
  width: 20px;
  height: 20px
}

body #content button {
  background-color: rgba(0,0,0,.1);
  color: rgba(0,0,0,.5);
  width: 70px
}

body #content h1 {
  text-align: center;
  margin-bottom: 0
}

body #content div.sub a {
  text-align: center;
  color: rgba(0,0,0,.5);
  text-decoration: none;
  display: block
}

body #content hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1)
}

body #content form { margin: 2em 0 }

body #content form ul {
  padding: 0;
  list-style: none
}

body #content form li label {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  padding: 1em 0
}

body #content h2 div.open-code {
  font-size: .6em;
  display: inline;
  color: rgba(0,0,0,.4)
}

body #content h2 div.open-code:after {
  content: "\00BB";
  margin-left: 3px
}
