/**
 * Dragdealer.js 0.10.0
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */

.dragdealer {
  position: relative;
}
.dragdealer .handle {
  position: absolute;
  top: 0px;
  margin-top: 1px;
  left: 0;
  cursor: pointer;
}
.dragdealer .red-bar {
  width: 36px;
  height: 20px;
  background: #ffffff;
  color: #1d6988;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #000000;
}
.dragdealer .disabled {
  /*background: #898989;*/
}
