/* ###################################### */
/* Setup a few vars.                      */
/* ###################################### */
body {
  background-color: black;
  color: white; }
  body img#logo {
    border: 0;
    max-width: 100%; }
  body div#content {
    margin: auto;
    max-width: 400px;
    text-align: center; }
    body div#content div#form_inputs {
      text-align: center; }
    body div#content a:link {
      text-decoration: none;
      color: orange; }
    body div#content a:visited {
      color: orange; }
    body div#content a:hover {
      color: #EEE; }
    body div#content a:active {
      color: #EEE; }
    body div#content #footer {
      color: #666;
      padding-top: 12px;
      clear: both; }
    body div#content div#error {
      background-color: red; }
    body div#content div#notice {
      background-color: #333; }
    body div#content div.flash {
      margin: 0 auto 5px;
      padding: 5px 10px;
      width: 90%; }
    body div#content div#clip_container {
      margin-top: 8px; }
    body div#content div#clip_button {
      cursor: pointer; }
    body div#content div#clip_button.hover, body div#content div#clip_button.active {
      color: #EEE;
      cursor: pointer; }
    body div#content div.overflow {
      overflow: hidden; }
    body div#content .rounded {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      border-radius: 5px; }
    body div#content input#url {
      margin: 10px 0 0;
      width: 388px;
      max-width: 90%;
      padding: 5px;
      color: #666;
      font-size: 24px;
      border: 1px solid #EEE; }
    body div#content input#submit {
      font-weight: bold;
      padding: 4px 15px;
      margin: 12px 0 0;
      font-size: 16px;
      border: 1px solid #666;
      background-color: #222;
      color: white; }
    body div#content input#submit:hover {
      background-color: #333; }
    body div#content #shortened_url {
      margin: 10px 0 0;
      width: 100%;
      display: block;
      color: #666;
      font-size: 24px; }
    body div#content #copy_to_clipboard {
      margin: 10px 0 0;
      width: 100%;
      display: block;
      color: #666;
      font-size: 22px; }
