    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: #303030 url(sky7.png) no-repeat center 0px;
      color: #F0F0F0;
      text-align: center;
    }

    hr {
      border: 0px;
      border-top: 1px solid black;
      border-bottom: 1px solid #606060;
      clear: both;
    }

    em {
      font-weight: bold;
    }

    button {
      font-size: 15px;
    }

    #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 {
      opacity: 1;
      -webkit-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
    }

    .form {
      color: #E0E0E0;
      font-size: 12px;
      font-weight: normal;
      text-align: left;
      margin-bottom: 10px;
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      background: rgba(10, 10, 10, 0.8);
      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;
    }

    div.form h3 {
      text-align: left;
      font-size: 16px;
      text-shadow: black 0px 1px 2px;
    }

    #Loading {
      position: absolute;
      top: 5px;
      bottom: 5px;
    }

    #SetupButton {
      float: right;
      clear: both;
    }

    #Setup {
      display: none;
      text-shadow: black 0px 1px 2px;
      text-align: center;
    }

    #HistoryTable {
      margin-left: auto;
      margin-right: auto;
      clear: both;
      width: 260px;
      text-align: center;
    }

    .historyLine {
      background: rgba(255, 255, 255, 0.2);
      font-size: 15px;
    }

    .historyLineAlternate {
      background: rgba(255, 255, 255, 0.1);
    }

    #ClearPeaks {
      text-align: center;
      margin-top: 5px;
      margin-bottom: 10px;
    }

    div.form input {
      width: 50px;
      text-align: right;
      font-size: 18px;
    }

    .numberDiv {
      display: inline;
      margin-left: auto;
      margin-right: auto;
      padding: 1px;
      padding-right: 0px;
      border: 1px inset #303030;
      background: black;
      color: white;
      -webkit-border-radius: 3px;
      border-radius: 3px;
    }

    .number {
      position: relative;
      display: inline;
      background: url(number.png) black;
      padding-left: 1px;
      padding-right: 1px;
      border-right: 1px solid black;
    }

    .value {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
    }

    #Max {
      margin-left: 40px;
    }

    #Altimeter {
      position: relative;
      height: 210px;
      clear: both;
    }

    #Scale {
      position: absolute;
      top: 0px;
      left: 0px;
    }

    #ScaleCaptions {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 260px;
      height: 210px;
    }

    .scaleCaption {
      position: absolute;
      font-size: 11px;
      text-shadow: black 0px 1px 2px;
    }

    #TimeStamp {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 9px;
      text-align: center;
    }

    .hint {
      font-size: 10px;
      padding: 5px;
    }

    .button {
      display: inline;
      font-size: 19px;
      font-weight: bold;
      background: #FF8000;
      background-image: url(navBackground.png);
      color: white;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      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: 0.9;
    }

    #Help {
      position: relative;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      font-size: 13px;
      text-align: left;
      background: rgba(10, 10, 10, 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;
    }

    #Help a img {
      border: 0px;
    }

    #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;
    }
