#rate_by_date_wrap {
   margin: 0px auto; 
}

.stat_header {
    font-weight: bold;
    margin-bottom: 10px;
}

.stat_box {
    text-align: center;
    width: 730px;
}

.bar_wrap {
    font-size: 0.7em;
    float:left;
    position:relative;
    width: 51px;
    height: 230px;
}

.stat_bar {
    background: #99B2BE;
    width: 50px;
    position: absolute;
    bottom: 0;
}

.stat_bar a {
    color: #F6F4EA;
}

div.bar_wrap:hover {
    border: 1px solid #3875D7;
    width: 49px;
}

#sel_date {
    background: #7DA186;
}


