/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.dragdealer {
	position: relative;
	height: 1.5em;
	background: #474D58;
	border-top: 0.2em solid #000;
	border-bottom: 0.2em solid #000;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 6em;
	height: 1.5em;
	background: #000;
	color: #FFF;
	line-height: 1.5em;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}

#viz {
    fill: white !important;
   
}

