.b-table {
    margin: 0 0 0 20px;
    float: left;
    width: 235px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
    font-size: 11px;
}

.b-table:first-child {
    margin: 0;
}

.b-table__title {
    margin: 0 0 7px;
    background: #242b31;
    min-height: 44px;
    text-align: left;
}

.b-table__title-inner {
    display: block;
    padding: 9px 15px;
    font-style: normal;
}

.b-table__title-text {
    display: block;
    font-style: normal;
    line-height: 13px;
    font-family: 'Robotobold', Arial, sans-serif;
}

.b-table__title-text_type_normal {
    font-family: inherit;
}

.b-table__row {
    background: url(dotted.png) repeat-x;
}

.b-table__row:first-child {
    background: none;
}

.b-table__col {
    padding: 9px 10px;
    line-height: 14px;
}

.b-table__col_next-event-score {
    padding: 9px 27px 9px 0;
}

.b-table__col_type_next-event-name {
    width: 153px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.b-table__col_type_status {
    vertical-align: top;
}

.b-table__col_type_score-gap {
    width: 85px;
    text-align: right;
}

.b-table__col_type_position {
    padding-left: 15px;
    padding-right: 1px;
}

.b-table__col_type_score {
    text-align: right;
}

.b-table__col_type_name {
    width: 165px;
    padding-left: 0;
}

.b-table__col_type_with-left-gap {
    padding-left: 15px;
}

.b-table__col_type_stats-position {
    padding-left: 22px;
    padding-right: 14px;
}

.b-table__text {
    margin: 1px 0 0;
}

.b-table__text:first-child {
    margin: 0;
}

.b-table__num {
    display: inline-block;
    position: relative;
    padding: 1px 5px 2px;
    height: 13px;
    font-style: normal;
    color: #000;
    background: #fff;
}

.b-table__num-corner {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: no-repeat;
}

.b-table__num-arrow_pos_top {
    top: -4px;
    background-image: url(table-corner-top.png);
}

.b-table__num-arrow_pos_bottom {
    bottom: -4px;
    background-image: url(table-corner-bottom.png);
}

.b-table__num-arrow_pos_top_red {
    top: -4px;
    background-image: url(table-corner-top-red.png);
}

.b-table__num-arrow_pos_top_green {
    top: -4px;
    background-image: url(table-corner-top-green.png);
}

.b-table__num-arrow_pos_bottom-red {
    bottom: -4px;
    background-image: url(table-corner-bottom-red.png);
}

.b-table__num-arrow_pos_bottom-green {
    bottom: -4px;
    background-image: url(table-corner-bottom-green.png);
}

.b-table__link {
    color: #fff;
    border-bottom: 0px solid #808080;
    text-decoration: none;
}

.b-table__score {
    position: relative;
    padding: 3px 8px;
    font-style: normal;
}

.b-table__score-corner {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    width: 7px;
    background: url(corner-left-green.png) no-repeat 0 50%;
}

.b-table__score_type_disparity-corner .b-table__score-corner {
    display: block;
}

.b-table__score_type_disparity-corner,
.b-table__score_type_disparity {
    background: #706f53;
}

.b-table__score_type_notable {
    background: #b20101;
}

.b-table__score_type_disparity-corner .b-table__score {
    display: block;
}

.b-table__link:hover {
    color: #ccc;
}

.b-table__status,
.b-table__status-squire,
.b-table__status-text {
    display: inline-block;
    vertical-align: middle;
}

.b-table__status {
    margin: 0 0 0 13px;
}

.b-table__status:first-child {
    margin: 0;
}

.b-table__status-text {
    font-style: normal;
}

.b-table__status-squire {
    width: 17px;
    height: 11px;
}

.b-table__status_style_notable .b-table__status-squire {
    background: #b20101;
}

.b-table__status_style_disparity .b-table__status-squire {
    background: #706f53;
}