/*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;*/
}

.bar-level {
    -webkit-print-color-adjust: exact;
	border-radius: 3px;
}

@media only screen and (max-width: 768px) {
    .bar-graph-wrap {
        margin: 5px 0 0 0;
        width: 78%;
    }
    .precint-bar-graph-wrap {
        background-color: #EEEEEE;
        height: 25px;
        margin: 6px 0 0 0;
        width: 88%;
    }
}