    html {
      background: #182028;
    }

    body {
      margin: 0;
      border: 0;
      font-family: sans-serif;
      background: #283038;
      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) #202830;
      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: 0px;
      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: 20px;
      background: #202020;
      /*rgba(10, 10, 10, 0.5);*/

      border: 1px grey inset;
      border: 2px #D0D0D0 solid;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      width: 260px;
    }

    #Form {}

    div.form h3 {
      text-align: left;
      font-size: 16px;
      text-shadow: black 0px 1px 2px;
    }

    div.form table {
      margin-left: auto;
      margin-right: auto;
      clear: both;
      width: 260px;
    }

    div.form input {
      width: 150px;
    }

    #TimeStamp {
      padding-top: 10px;
      font-size: 9px;
      text-align: center;
    }

    #TargetData {
      width: 200px;
      clear: none;
    }

    #SmallCompass {
      float: left;
      margin-top: 0px;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }

    .toolbar {
      background: #202830 url(headerBack.png) repeat-x;
      height: 42px;
      padding-top: 8px;
      padding-left: 8px;
      text-shadow: black 0px 1px 2px;
      font-size: 26px;
      padding-right: 75px;
    }

    #CompassSection {
      display: none;
      opacity: 0;
    }

    #BigCompass {}

    #Targets {
      display: none;
      opacity: 0;
    }

    #NewTarget {}

    #NewTargetTitle {}

    #NameNewValue {
      width: 100px;
    }

    #NewTargetSearch {
      display: none;
    }

    .searchResult {
      font-size: 13px;
      padding: 7px;
      border-top: #404040 1px solid;
      border-bottom: black 1px solid;
    }

    #GeoNamesCopyright {
      font-size: 10px;
      text-align: center;
    }

    #GeoNamesCopyright a {
      color: orange;
      text-decoration: none;
    }

    #TargetsListSection {
      margin: auto;
      color: #202020;
      width: 290px;
      -webkit-box-shadow: black 0px 2px 4px;
      box-shadow: black 0px 2px 4px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

    #TargetsHeader {
      background: #303030 url(listGradient2.png) repeat-x top;
      color: white;
      padding: 5px;
      text-align: center;
      font-size: 13px;
      text-shadow: black 0px 1px 1px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

    #TargetsList {
      background: white;
      list-style-type: none;
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    .listEntry {
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
      /*
      color: #000040;
      */

      color: #000000;
      background: #E0E0E0 url(listGradient3.png) repeat-x top;
      border-top: 1px solid white;
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid gray;
      clear: both;
      text-shadow: white 0px 1px 2px;
    }

    .listTitle {
      padding-top: 1px;
      font-size: 16px;
      /*font-weight: bold;*/

      cursor: pointer;
    }

    .listClose {
      position: relative;
      width: 20px;
      height: 20px;
      background: url(close4.png);
      float: right;
      vertical-align: middle;
      cursor: pointer;
    }

    .label {
      text-align: right;
    }

    .number {
      text-align: left;
      font-weight: bold;
      padding-left: 20px;
      font-size: 15px;
      text-shadow: black 0px 1px 2px;
    }

    .formInput {
      width: 80px;
      font-size: 15px;
      text-align: right;
    }

    .hint {
      font-size: 10px;
      padding: 5px;
    }

    #Buttons {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .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 {
      padding-top: 40px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 13px;
      text-align: left;
    }

    #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;
    }
