﻿
/*Bar graph wrapper for positioning purposes*/

.bar-graph-wrap{
	background-color:#EEEEEE;
	height:25px;
	margin:10px 0 0 0;
	width:530px;
}
.precint-bar-graph-wrap{
	background-color:#EEEEEE;
	height:25px;
	margin:6px 0 0 0;
	width:550px;
}
.jqbar.horizontal .bar-percent{
    font-size: 1em;
    font-weight: normal;
    margin:0 0 8px 8px;
    position: absolute;
    padding-top: 2px;
}
.bar-level-wrapper{
    /*width: 85%;
    float: left;*/
}

@media only screen and (max-width: 768px) {
.bar-graph-wrap {
    background-color: #EEEEEE;
    height: 25px;
    margin: 5px 0 0 0;
    width: 85%;
}
.precint-bar-graph-wrap{
	background-color:#EEEEEE;
	height:25px;
	margin:6px 0 0 0;
	width: 88%;
}
.jqbar.horizontal .bar-percent{
    font-size: 1em;
    font-weight: normal;
    margin:0 0 8px 8px;
    position: absolute;
    padding-top: 2px;
}
}
