.chart div{
    float: left;
    line-height: 15px;
}

.chart .chart_title{
    /*background: #FEF0C4;*/
    background: #CFEBF7;
    width: 105px;
    min-height: 15px;
    padding: 10px;
}

.chart .chart_line{
    /*background: #F2CB54;*/
    background: #114499;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 3px;
    
    height: 15px;
}

#main-list .column-50per, #main-list .column-50per + .column-50per {
	padding: 0 15px 20px 0;
}