body {
  margin: 0;
  position: relative;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.heading {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
}
.heading2 {
  position: absolute;
  top: 4px;
  margin: 0;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
.heading2 .sub {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 18px;
  font-weight: light;
}
.units {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: -4px;
  display: inline-block;
  font-weight: light;
}
.top-panel {
  background-color: #1a1918;
  color: #f6fafc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  margin: 0;
  padding: 4px;
  padding-bottom: 0;
  overflow: hidden;
}
.top-panel .scout-logo {
  position: absolute;
  bottom: -12px;
  left: 4px;
  padding: 0;
  margin: 0;
  margin-bottom: -4px;
}
.top-panel .logo-big,
.top-panel .logo-small {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.top-panel .logo-big {
  font-size: 64px;
  font-weight: bold;
}
.top-panel .logo-small {
  font-size: 32px;
}
.digit-panel {
  background-color: #f6fafc;
  color: #2d6bb2;
  position: fixed;
  top: 66px;
  height: 120px;
  left: 0;
  right: 0;
}
.digit-panel .heading {
  position: absolute;
  bottom: 0;
  left: 4px;
}
.digit-panel .coords {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 28px;
  line-height: 120%;
}
.digit-panel .label {
  display: block;
  margin-bottom: 10px;
}
.digit-panel #compass {
  position: absolute;
  top: 0;
  left: 250px;
}
.digit-panel #compass img#compass-ptr {
  height: 120px;
}
.digit-panel #compass .label {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
}
.digit-panel #compass .text {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}

.digit-panel #compassBearing {
  position: absolute;
  top: 0;
  left: 350px;
}
.digit-panel #compassBearing img#compassBearing-ptr {
  height: 120px;
}
.digit-panel #compassBearing .label {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
}

.digit-panel #compassBearing .text {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}

.digit-panel #compassCOG {
  position: absolute;
  top: 0;
  left: 450px;
}


.digit-panel #compassCOG .label {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
}

.digit-panel #compassCOG .text {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}

.digit-panel #compassCOG img#compassCOG-ptr {
  height: 120px;
}

.digit-panel #teledata .telemetry  {
  position: absolute;
  top: 45px;
  left: 700px;
  text-align: center;
  font-size: 40px;
}
.digit-panel .msmt {
  font-size: 48px;
  display: inline-block;
}
.digit-panel .frac {
  margin-bottom: -18px;
}
.digit-panel .frac tr,
.digit-panel .frac td {
  margin: 0;
  padding: 0;
}
.digit-panel .frac tr:first-child td {
  border-width: 0;
  border-bottom: 2px solid #2d6bb2;
  padding-bottom: 4px;
}
.digit-panel .units {
  font-weight: lighter;
  display: inline-block;
}
#h-velocity {
  position: absolute;
  top: 2px;
  left: 560px;
}
#map {
  position: fixed;
  top: 186px;
  bottom: 120px;
  left: 0;
  right: 0;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: grey;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}
.time {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  margin-left: -6px;
  margin-right: 2px;
  padding: 0;
  position: relative;
}
.time .num {
  margin: 0;
  width: 50px;
}
.time .label {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: lighter;
}
.time .colon {
  text-align: center;
}
.bottom-panel {
  background-color: #2d6bb2;
  color: #f6fafc;
  position: fixed;
  height: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: #f6fafc;
  border-width: 0;
  border-top-width: 2px;
}

.bottom-panel .jdlogo {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
.bottom-panel .jdlogo img#jd-logo {
  height: 110px;
  padding: 6px;
  position: absolute;
  left: 10px;
}
.bottom-panel .scoutkey {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
.bottom-panel .scoutkey img#scout-key {
  height: 110px;
  padding: 6px;
  top: -120px;
  position: absolute;
  left: 1150px;
}
.bottom-panel .key-img img#key-img {
  height: 110px;
  padding: 6px;
  position: absolute;
  left: 1100px;
}
.bottom-panel .heading {
  position: absolute;
  left: 64px;
  top: 0;
}
.bottom-panel .buttons {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
.bottom-panel .buttons img#cal-button,
.bottom-panel .buttons img#graph-button {
  height: 48px;
  border: 0px solid #fff;
  border-right-width: 2px;
  padding: 6px;
  position: absolute;
  left: -BUTTON_BORDER;
}
.bottom-panel .buttons img#cal-button {
  position: absolute;
  top: -BUTTON_BORDER;
  left: 0;
  border-bottom-width: 2px;
}
.bottom-panel .buttons img#graph-button {
  position: absolute;
  left: 0;
  top: 60px;
}
.bottom-panel .buttons #h-time-elapsed {
  left: 250px;
  width: 300px;
}
.bottom-panel .buttons #h-time-elapsed #time-elapsed {
  margin-top: 32px;
  font-size: 48px;
}
.bottom-panel .buttons .distance {
  font-size: 48px;
  display: inline-block;
}
.bottom-panel .buttons #h-distance-ri {
  left: 550px;
  width: 200px;
}
.bottom-panel .buttons #h-distance-sp {
  left: 750px;
  width: 200px;
}
.bottom-panel .buttons #h-distance-tr {
  left: 950px;
  width: 200px;
}
.bottom-panel .buttons #h-key {
  left: 150px;
  width: 200px;
}
