    html {
      background: #101010;
    }

    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: black url(background480.png) no-repeat center 300px;
      -webkit-background-size: 1024px;
      background-size: 1024px;
      color: #F0F0F0;
      text-align: center;
      position: absolute;
      width: 100%;
      -webkit-text-size-adjust: none;
    }

    hr {
      border: 0px;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      clear: both;
    }

    em {
      font-weight: bold;
    }

    button {
      font-size: 15px;
    }

    #Background {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 2s linear;
      transition: opacity 2s linear;
      background: url(lightning480.png) no-repeat center 300px;
      -webkit-background-size: 1024px;
      background-size: 1024px;
    }

    #Background2 {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
      background: white;
      -webkit-background-size: 1024px;
      background-size: 1024px;
    }

    #Header {
      position: relative;
      background: url(headerBack.png) rgba(0, 0, 0, 0.3);
      padding-top: 8px;
      height: 42px;
      text-shadow: black 0px 1px 2px;
    }

    #HeaderText {
      font-size: 24px;
      font-weight: bold;
      padding-right: 20px;
      padding-top: 2px;
      color: white;
      text-shadow: black 0px 1px 2px;
    }

    #Content {
      padding-top: 10px;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }

    .section {
      position: relative;
    }

    #Buttons {
      padding-top: 50px;
      padding-bottom: 10px;
    }

    #Buttons button {
      /*font-size: 24px;*/
    }

    #Thunder {
      display: none;
      background-color: rgba(128, 64, 0, 0.5);
    }

    .form {
      color: white;
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 50px;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      padding-top: 10px;
      padding-bottom: 20px;
      background: rgba(10, 10, 10, 0.3);
      border: 1px grey inset;
      border: 2px #D0D0D0 solid;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 260px;
      -webkit-box-shadow: black 0px 2px 4px;
      -moz-box-shadow: black 0px 2px 4px;
      box-shadow: black 0px 2px 4px;
    }

    #Form {
      position: relative;
      visibility: hidden;
    }

    #Distance {
      font-size: 30px;
      text-shadow: black 0px 2px 4px;
    }

    #History {
      padding-top: 20px;
      display: none;
    }

    #HistoryList {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
    }

    .historyDistance {
      font-weight: bold;
      font-size: 14px;
    }

    #Loading {
      position: absolute;
      top: 5px;
      bottom: 5px;
    }

    .table {
      margin-left: auto;
      margin-right: auto;
      clear: both;
      width: 260px;
    }

    div.form input {
      width: 50px;
      text-align: right;
      font-size: 18px;
    }

    .hint {
      font-size: 10px;
      padding: 5px;
      text-shadow: black 0px 1px 2px;
    }

    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: transparent;
      background-image: url(navBackground.png);
      color: white;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 10px;
      margin-right: 10px;
      border-left: 1px solid #808080;
      border-right: 1px solid #000000;
      text-shadow: black 0px 1px 2px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
    }

    div.button:hover {
      opacity: 1.0;
    }

    #Help {
      position: relative;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      font-size: 13px;
      text-align: left;
      background: rgba(16, 16, 16, 0.8);
      width: 250px;
      margin-left: auto;
      margin-right: auto;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: black 0px 2px 4px;
      -moz-box-shadow: black 0px 2px 4px;
      box-shadow: black 0px 2px 4px;
    }

    #Help a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }

    #More {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;
    }

    #More a {
      color: orange;
      font-weight: bold;
      text-decoration: none;
    }

    #More li {
      padding-bottom: 10px;
    }

    #More a img {
      border: 0px;
      vertical-align: middle;
    }

    #Footer {
      font-family: sans-serif;
      font-size: 10px;
      color: #D0D0D0;
      padding-top: 40px;
      padding-bottom: 40px;
      clear: both;
    }

    #Footer a {
      text-decoration: none;
      font-weight: bold;
      padding-right: 10px;
      color: #D0D0D0;
    }

    #Footer a:hover {
      text-decoration: underline;
      color: white;
    }

    #Footer a img {
      border: 0px;
    }
