.title{
    font-size: 14px;
    font-weight: bold;
}

.img_wrap{
    border: solid 1px #808080;
    padding: 5px;
}

.test_numbers .number{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: white;
    color: #808080;
    font-size: 15px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 5px;
}

.test_numbers .number.active{
    background: #F2CB54;
    color: white;
}
.test_numbers .number.current{
    background: skyblue;
}

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

.chart .chart_title{
    background: #FEF0C4;
    width: 105px;
}

.chart .chart_line{
    background: #F2CB54;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 30px;
}