body {
  font-size:20px;
  background-color: #ffffff;
}
#frame {
  /*box-shadow: 1px 1px 1px  rgba(0,0,0,.3);*/
  /*border: 1px solid #999;*/
}
.control {
  position: relative;
  margin-top:50px;
}
.ghost {
  -moz-transition:-moz-opacity 1s;
  -webkit-transition:-webkit-opacity 1s;
  -o-transition:-o-opacity 1s;
  transition:opacity 1s;
  opacity:.1;
}
.ghost:hover {
  opacity:1;
}
.ghost #hider {
  -moz-transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
#hider {
  -moz-transition:-moz-transform .3s;
  -webkit-transition:-webkit-transform .3s;
  -o-transition:-o-transform .3s;
  transition:transform .3s;
}
output {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999));
  background-image: -webkit-linear-gradient(top, #444444, #999999);
  background-image: -moz-linear-gradient(top, #444444, #999999);
  background-image: -ms-linear-gradient(top, #444444, #999999);
  background-image: -o-linear-gradient(top, #444444, #999999);
  width: 18px;
  height: 15px;
  text-align: center;
  color: white;
  border-radius: 3px;
  display: inline-block;
  font: bold 11px/13px Georgia;
  bottom: 175%;
  left: 10px;
  margin-left: -1%;
}
output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #999999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
#controls tr {
  height:50px;
}
#controls td,
#controls th {
  border:none;
  vertical-align:baseline;
}
.axis-value {
  font-size:.75em;
  width:100%;
}
.axis-label {
  cursor:pointer;
  width: 220px;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
.axis-label.left {
  text-align: right;
}
.axis-label.right {
  text-align: left;
}
.qtip-custom {
  min-width: 20px;
}
.qtip-custom .qtip-content {
  text-align: center;
  width: auto;
}

#controls a:hover,
#controls a:focus {
  outline: 0;
  text-decoration: none;
}

#controls .showval {
  text-align: center;
  font-size:12px;
  padding:2px;
  color:#333;
  text-shadow: 0px 1px 0px rgba(255,255,255,.75);
}

@media print {
  .no-print {
    display:none;
  }
}

#controls  .ui-slider .ui-slider-handle {
width: 1.6em;
height: 1.6em;
}

#description {
border:1px solid #666;
background-color: #fff;
color: #666;
padding: 15px;
font-size: .6em;
position: fixed;
top: 10px;
right: 10px;
width: 280px;
z-index: 1000;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
#description.ghost {
  width:80px;
}
