html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #CCC !important;
  /* background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20)) !important; */
  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%) !important;
  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%) !important;
  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%) !important;
  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%) !important;
  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%) !important;
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-weight: 300 !important;
  min-height: 520px;
  -webkit-user-select: none; /* Safari, Chrome */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  user-select: none; /* CSS3 */
}

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

#note {
  margin: 0 auto;
  width: 80%;
  min-width: 600px;
  font-size: 256px;
  text-align: center;
  cursor: default;
  text-shadow: 0px 0px 0 rgb(184,184,184),0px 1px 0 rgb(175,175,175),0px 2px 0 rgb(165,165,165),0px 3px 0 rgb(155,155,155),0px 4px 0 rgb(146,146,146),0px 5px 0 rgb(136,136,136),0px 6px 0 rgb(126,126,126),0px 7px 0 rgb(117,117,117),0px 8px 0 rgb(107,107,107), 0px 9px 0 rgb(97,97,97),0px 10px 9px rgba(0,0,0,0.45),0px 10px 1px rgba(0,0,0,0.5),0px 0px 9px rgba(0,0,0,.2);
}

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

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

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

#down-arrow {
  margin: 24px auto 0 auto;
  width: 0px;
  height: 0px;
  text-align: center;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #cccccc transparent transparent transparent;
}

#up-arrow {
  margin: 0 auto;
  width: 100%;
  height: 0px;
  width: 0px
  text-align: center;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 16px 15px;
  border-color: transparent transparent #cccccc transparent;
}

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

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

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

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

#volume-background {
  position: absolute;
  left: 28px;
  top: 6px;
  width: 160px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #CCC;
}

#volume-meter {
  position: absolute;
  left: 30px;
  top: 8px;
  width: 0px;
  height: 10px;
  border-radius: 4px;
  background-color: #2ad;
  z-index: 1;
}

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

.browser-icon {
  display: inline-block;
  text-align: center;
}

.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;
}
