html, body {
  height: 100%;
}

#wt-main {
  position: relative;
  font-family: arial, "Open Sans", Helvetica, sans-serif !important;
  font-weight: 300 ;
  padding-bottom: 20px;
  color: #333 !important;
  -webkit-user-select: none; /* Safari, Chrome */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  user-select: none; /* CSS3 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 20%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 20%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 20%,rgba(0,0,0,0.15) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 20%,rgba(0,0,0,0.15) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255,255,255,0) 20%,rgba(0,0,0,0.15) 100%); /* W3C */
  width: 100%;
}

#wt-social {
  position: absolute;
  right: 0px;
  margin: 5px;
  padding: 5px;
}

#wt-note {
  margin: 0 auto 10px auto;
  padding-top:130px!important; padding-bottom:20px;
  width: 98%;
/*  min-width: 600px; */
  font-size: 80px;
  font-weight:bold;
  text-align: center;
  cursor: default;
  color: #000;
/*  text-shadow:0px 0px 0 rgb(208,208,208),0px 1px 0 rgb(195,195,195),0px 2px 0 rgb(183,183,183),0px 3px 0 rgb(171,171,171),0px 4px 0 rgb(158,158,158),0px 5px 0 rgb(146,146,146),0px 6px 0 rgb(133,133,133),0px 7px 0 rgb(121,121,121),0px 8px 0 rgb(109,109,109),0px 9px 0 rgb(96,96,96),0px 10px 0 rgb(84,84,84), 0px 11px 0 rgb(72,72,72),0px 12px 11px rgba(0,0,0,0.6),0px 12px 1px rgba(0,0,0,0.5),0px 0px 11px rgba(0,0,0,.2); */
}

#wt-note span.sus { display:inline-block; margin-top:-40px; width:50px; position:absolute; vertical-align:top; font-size:0.45em; line-height:1; line-height:1; }

#wt-hz {
  margin: -20px auto 10px auto;
  width: 80%;
  font-size: 24px;
  text-align: center;
  cursor: default;
}

#wt-cents {
  margin: 20px auto 10px auto;
  width: 80%;
  font-size: 48px;
  text-align: center;
  cursor: default;
}


@media only screen and (min-width: 300px) and (max-width: 400px) {
#wt-note {  padding-top:65px; font-size: 120px; }
#wt-note span.sus { margin-top:10px!important }
#wt-hz { margin-top: -40px!important }
#wt-cents { margin-top: -10px!important; line-height:1; margin-bottom:0!important }
}
@media only screen and (min-width: 800px) {
#wt-note {  padding-top:70px; font-size: 120px; }
}




#wt-notebar {
  width: 100%;
  height: 64px;
  background-color: rgba(0,0,0,0.05);
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75); */
  overflow: hidden;
}

#wt-downarrow {
  margin: 24px auto 0 auto;
  width: 0px;
  height: 0px;
  text-align: center;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #333 transparent transparent transparent;
}

#wt-uparrow {
  margin: 0 auto;
  width: 100%;
  height: 16px;
  width: 30px
  text-align: center;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 16px 15px;
  border-color: transparent transparent #333 transparent;
}

#wt-rightarrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid rgba(0,0,0,0.1);
  margin-right: 10px;
}

#wt-leftarrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid rgba(0,0,0,0.1);
  margin-left: 10px;
}

#wt-footer {
  font-size: 12px;
  color: rgb(150,150,150);
  position: absolute;
  margin: 5px;
  text-align: center;
  bottom: 0px;
  right: 0px;
}

#wt-micmonitor {
  position: absolute;
  margin: 10px 0px 0px 10px;
  width: 188px;
  height: 24px;
  background-image: url('images/mic-black.png');
  background-repeat: no-repeat;
}

#wt-volumebackground {
  position: absolute;
  left: 28px;
  top: 6px;
  width: 160px;
  height: 12px;
  border-radius: 5px;
  border: 1px solid #141414;
  background-color: rgba(0,0,0,0.25);
}

#wt-volumemeter {
  position: absolute;
  left: 30px;
  top: 7px;
  width: 0px;
  height: 10px;
  border-radius: 2px;
  background-color: #2ad;
  z-index: 1;
}

#wt-options {
  position: absolute;
  margin: 40px 0px 0px 15px;
  height: 24px;
  font-size: 12px;
}

input[type='range'] {
	-webkit-appearance: none;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #333;
	background-color: #999;
	height: 10px;
	vertical-align: middle;
	width: 125px;
}
input[type='range']::-moz-range-track {
	-moz-appearance: none;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #333;
	background-color: #999;
	height: 10px;
}
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
	border: 1px solid #999;
	height: 20px;
	width: 20px;
}
input[type='range']::-moz-range-thumb {
	-moz-appearance: none;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
	border: 1px solid #999;
	height: 20px;
	width: 20px;
}

.wt-typebutton {
  text-align: center;
  width: 84px;
  background-color: #CCC;
  display: inline-block;
  margin-top: 12px;
  margin-right: 2px;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
}

.wt-checked {
  padding: 2px;
  border: 1px solid black;
}

#wt-inhibit {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.5);
}

.wt-dialog {
  display: none;
  position: absolute;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
  border-radius: 10px;
}

.wt-dialog-header {
  background: #e9e9e9;
  border-color: #ddd;
  color: #333;
  border-width: 1px 0;
  border-style: solid;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}

.wt-dialog-body {
  background: #FFF;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
}

#supported-browsers {
  margin-top: 32px;
  text-align: center;
}

.wt-browsericon {
  display: inline-block;
  text-align: center;
}

#wt-footer a {
  color: #666;
  font-weight: bold;
}

.left-button {
  position: absolute;
  top: 35%;
  left: 10px;
}

.right-button {
  position: absolute;
  top: 35%;
  right: 5px;
}

/* jQuery mobile */

.ui-page {
  background: none !important;
  color: #CCC !important;
  text-shadow: none !important;
}

.ui-body-b {
  background-color: rgba(0,0,0,0.75);
}

.ui-collapsible-content {
  padding: 0px !important;
  background-color: #CCC !important;
  text-align: center;
}
