  body {
    font-family: 'Josefin Sans', ariel, sans-serif;
    background-color: #555;
    text-align: center;
    padding: 10px;
    max-width: 700px;
    margin: auto;
  }
  h1 {
    margin: 10px 0;
    text-align: right;
  }
  #content, #maincontent {
    background-color: #bbb;
    border: 2px solid #333;
    text-align: left;
    margin: 0 auto;
    padding: 10px;
    width: 300px;
    border-radius: 9px;
  }
  #maincontent {
    width: auto;
  }
  ul.input {
    font-style: italic;
    border: 1px solid #888;
    background-color: white;
    display: block-inline;
    margin: 3px 0;
    font-color: #888;
    padding-left: 5px;
    width: 290px;
    border-radius: 5px;
  }
  ul.input li {
    font-size: .7em;
    list-style: none;
    padding-left: 10px;
    border-top: 1px solid #ddd;
    padding-top: 3px;
  }
  ul.input li.title {
    font-size: 1em;
    font-weight: bold;
    padding-right: 10px;
    border-top-style: none;
    padding-bottom: 5px;
    text-align: right;
  }
  ul.input input {
    border: 0;
    display: block;
    margin-left: 12px;
    font-size: 1.4em;
    width: 223px;
    font-family: 'Josefin Sans', ariel, sans-serif;
    font-weight: bold;
  }
  ul.input input:focus {
    outline-width: 0;
  }
  a, a:visited {
    color: black;
  }
  div.error, div.message {
    background-color: white;
    border-radius: 3px;
    border: 1px solid black;
    text-align: center;
  }
  div.error {
    color: red;
    border-color: red;
  }
  #welcome, #welcome a {
    text-align: right;
    color: white;
    font-weight: bold;
  }
  #black_context_menu {
    text-align: left;
  }
  #black_context_menu ul {
    margin-bottom: 0;
  }
  #black_context_menu li {
    display: inline;
    background-color: #bbb;
    padding: 5px 10px;
    border: 1px solid black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-width: 0;
    margin: 0 5px;
    background: linear-gradient(to bottom, #888, #bbb);
  }
  #black_context_menu li.chosen {
    font-weight: bold;
    border-width: 2px;
    border-bottom-width: 0;
    background: linear-gradient(to bottom, white, #bbb);
  }
  #black_context_menu li a {
    text-decoration: none;
  }
  #black_context_menu li:hover {
    background: #bbb;
  }
  .overview {
    background: white;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #555;
    font-size: .8em;
  }
  select, button {
    border-radius: 3px;
    border-color: #555;
  }