.content_block {
    margin-bottom: 10px;
}
.stats_wnd {
    border: 1px #fff solid;
    height: 300px;
    padding: 5px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    margin-bottom: 5px;
}
.stat_tbl {
    width: 100%;
    text-align: center;
    border: 1px #fff solid;
    border-left: none;
    border-bottom: none;
    color: #fff;
}
.stat_tbl td, .stat_tbl th{
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
    background-color: #9099A1;
}