/*
.gbar {
    height: 60px;
    background: red;
    float: left;
    overflow: auto;
    margin-top: 20px
}

.dataset .q1 {
    background: rgba(255, 0, 0, 0.5);
}

.dataset .q2 {
    background: rgba(255, 0, 0, 1);
}

.dataset .q3 {
    background: rgba(255, 0, 0, 1);
}

.dataset .q4 {
    background: rgba(255, 0, 0, 0.5);
}

.rank .q0 {
    background: rgba(0, 255, 0, 0.0);
}

.rank .q1 {
    background: rgba(0, 255, 0, 0.5);
}

.rank .q2 {
    background: rgba(0, 255, 0, 1);
}

.rank .q3 {
    background: rgba(0, 255, 0, 1);
}

.rank .q4 {
    background: rgba(0, 255, 0, 0.5);
}

.rank .q5 {
    background: rgba(0, 255, 0, 0);
}

#canvas {
    padding: 100px
}

.b_dataset {
    clear: both;
}

.b_rank {
    clear: both;
    margin-bottom: -50px;
    position: absolute;
}
*/

#boxes {
    margin-top: 0px;
    position: relative;
}

#boxes .col-2{
	/*height: 300px;*/
}

.chartt{
	height:300px
}