﻿.worldcup-standings {
    display: block;
    float: left
}

.worldcup-standings {
    width: 66.66%
}

.wcranking div {
    background: #f7f7f7;
    border: 2px solid #f2f2f2;
}

.wcranking h6 a, .wcranking h6 {
    color: #282828;
}

.wcranking h6 {
    display: block;
    width: 80%;
    height: 28px;
    margin: -10px auto 0;
    text-align: center;
    text-shadow: none;
    font-weight: bold;
    padding-top: 1px;
    background: url(../../images/resultsbox_stageranking_bg.png) repeat-x;
}

.wcranking h6:before {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 26px;
    margin: -1px 0 0 -15px;
}

.wcranking h6:before {
    float: left;
    margin: -1px 0 0 -15px;
    background: url(../../images/resultsbox_stageranking_before.png) repeat-x;
}

.wcranking h6:before, .wcranking h6:after {
    content: "";
    display: block;
    width: 16px;
    height: 26px;
}

.wcranking h6:after {
    content: "";
    display: block;
    float: right;
    width: 16px;
    height: 26px;
    margin: -1px -15px 0 0;
}

.wcranking h6:after {
    float: right;
    margin: -1px -15px 0 0;
    background: url(../../images/resultsbox_stageranking_after.png) repeat-x;
}

.wcranking h6:before, .wcranking h6:after {
    content: "";
    display: block;
    width: 16px;
    height: 26px;
}
.wcranking tbody tr:nth-child(odd) {
    background-color: #e0e0e0;
}

.wcranking .ranking, .wcranking .ranking table {
    width: 100%;
}
.wcranking.resultscontainer .points {
    text-align: right;
}
.wcranking.resultscontainer .points:last-of-type {
    font-weight:700;
}
.wcranking.resultscontainer .rank span{
    font-weight:700;
}

.wcranking thead tr {
    background: #6a6a6a;
    background: -moz-linear-gradient(top, #6a6a6a 0%, #474747 100%) !important;
    background: -webkit-linear-gradient(top, #6a6a6a 0%, #474747 100%) !important;
    background: linear-gradient(to bottom, #6a6a6a 0%, #474747 100%) !important;
    color: #fff;
    font-weight: bold;
}

    .wcranking thead td.wclocation {
        text-align: right;
    }

.resultscontainer .noc {
    width: 5%;
}
.resultscontainer .name {
    width: 19%;
}
.resultscontainer .points {
    width: 12%;
}