body, html {font-size:13px;font-family:helvetica;height:100%;width:100%;}
h1 {font-size:1.6em;font-weight:bold;}
h2 {font-size:1.4em;font-weight:bold;}
h3 {font-size:1.2em;font-weight:bold;}
h4 {font-size:1.1em;font-weight:bold;}
h5 {font-size:1em;font-weight:bold;}

#customControls {min-height:3em;background:#222;color:#FFF;padding-top:5px;padding-bottom:5px;}
#customControls .labeledInputLabelWrap * {color:#000}
#customControls .labeledInputLabelWrap span {padding:2px 5px;font-family:consolas;}


.sidebar {background:none;min-height:800px;padding-top:60px;}
.sidebar a {display:block;width:100%;padding:5px 15px;background:none;}
.sidebar a:hover {background:none;}
.main {background:none;min-height:800px;}
.footer {background:none;min-height:50px;padding:15px 20px;text-align:right;}
.head {background:none;min-height:10px;}



.compass {
  background: #E9E9E9;
  margin: 30px auto 0;
  width: 10em;
  height: 10em;
  border-radius: 3em;
  position: relative;
  background-image: linear-gradient(to bottom, #ddd, #d5d5d5);
  box-shadow: inset 0 0.2em 0.5em 0 #FFF, inset 0 -0.3em 0.4em 0px rgba(0, 0, 0, 0.2), 0 1.5em 3em -1em rgba(0, 0, 0, 0.5);
}
.compass:before, .compass:after {
  box-sizing: border-box;
  display: block;
}
.compass:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 4em);
  top: calc(50% - 4em);
  width: 8em;
  height: 8em;
  background-image: linear-gradient(to top, #fff, #aaa);
}
.compass:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 35%);
  top: calc(50% - 35%);
  width: 70%;
  height: 70%;
  background: #838381;
  box-shadow: inset 0 0 2em 0.1em rgba(0, 0, 0, 0.3);
}

.compass-flower, .compass-flower:before {
  overflow: hidden;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 3em);
  top: calc(50% - 3em);
  width: 6em;
  height: 6em;
  background: linear-gradient(80deg, #777 50%, transparent 50%) no-repeat 55% 0, linear-gradient(-80deg, #777 50%, transparent 50%) no-repeat 45% 0, linear-gradient(80deg, transparent 50%, #777 50%) no-repeat 45% 100%, linear-gradient(-80deg, transparent 50%, #777 50%) no-repeat 55% 100%, linear-gradient(-10deg, #777 50%, transparent 50%) no-repeat 0 45%, linear-gradient(10deg, transparent 50%, #777 50%) no-repeat 0 55%, linear-gradient(-10deg, transparent 50%, #777 50%) no-repeat 100% 55%, linear-gradient(10deg, #777 50%, transparent 50%) no-repeat 100% 45%;
  background-size: 10% 50%, 10% 50%, 10% 50%, 10% 50%, 50% 10%, 50% 10%, 50% 10%, 50% 10%;
  z-index: 1;
  filter: drop-shadow(0 0 10px 10px #000);
}
.compass-flower:before {
  transform: scale(0.8) rotate(45deg);
}

.compass-pointer-wrapper {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 1em);
  top: calc(50% - 1em);
  width: 2em;
  height: 2em;
  z-index: 5;
  -webkit-animation: rotate infinite 6s ease;
}

.compass-pointer {
  position: relative;
  z-index: 3;
  border-top: 1em solid transparent;
  border-left: 12em solid #BC5C67;
  border-bottom: 1em solid transparent;
  top: calc(50% - 1em);
  left: calc(50% - 3em);
  transform: scale(0.5);
}
.compass-pointer:after {
  content: "";
  position: absolute;
  top: -1em;
  left: -24em;
  border-top: 1em solid transparent;
  border-right: 12em solid #FFF;
  border-bottom: 1em solid transparent;
}

.compass-pointer-shadow {
  position: absolute;
  z-index: 3;
  border-top: 1em solid transparent;
  border-left: 12em solid #8C131D;
  border-bottom: 1em solid transparent;
  top: 0;
  left: calc(50% - 3em);
  transform: scale(0.5);
  clip: rect(1em, 24em, 24em, -24em);
}
.compass-pointer-shadow:after {
  content: "";
  position: absolute;
  top: -1em;
  left: -24em;
  border-top: 1em solid transparent;
  border-right: 12em solid #ccc;
  border-bottom: 1em solid transparent;
  clip: rect(1em, 24em, 24em, 0);
}

.compass-center {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background: #ddd;
  z-index: 5;
  box-sizing: border-box;
  box-shadow: inset 0 -7px 8px 4px #333, inset 0 -1px 19px -8px #000;
}

