.drea-chart-container {
	min-width: 250px;
}

.drea-bar {
    float: left;
	box-sizing: border-box;
}

.drea-bar.min {
    text-align: right;
	padding-right: 5px;
	line-height: 25px;
}
.drea-bar.max {
    text-align: left;
	padding-left: 5px;
	line-height: 25px;
}

.middle {
	background: #2489CE;
	height: 25px;
}

.drea-clear-fix {
	clear: both;
}