﻿.div-result-header{
    height: 50px;
    position: relative;
}

.div-result-header div {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    float: left;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    padding: 0 25px 0 25px;
    position: absolute;
    bottom: 0;

    background: #d0b222; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #b19300 0%, #fff5c0 45%, #fff5c0 55%, #b9a046 90%); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b19300', endColorstr='#b9a046');/*For IE7-8-9*/
}

.div-result-header div:nth-child(1){
    left: 65px;
}

.div-result-header div:nth-child(2){
    left: 279px;
}

.div-result-header div:nth-child(3){
    left: 465px;
}

.div-result-row{
    cursor: pointer;
    border-top: solid 1px #d7d9d7;
    border-left: solid 5px #c8c8c8;
    border-right: solid 5px #c8c8c8;
    height: 67px;
    background: #ececed; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ececed, #bababb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ececed, #bababb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ececed, #bababb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ececed, #bababb); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ececed', endColorstr='#bababb');/*For IE7-8-9*/
}

.div-result-row div,
.div-result-row span,
.div-result-row img {
    pointer-events: none;
}

.div-result-row div{
    float: left;
    line-height: 67px;
    height: 67px;
    white-space: nowrap;
}

.div-result-row:first-child{
    border-top: solid 2px #16152c;
}

.div-result-row:last-child{
    border-bottom: solid 2px #16152c;
}

.div-result-row div:nth-child(1){
    margin: 0 20px 0 15px;
}

.div-result-row div:nth-child(1) img{
    width: 50px;
    height: 50px;
    margin: 7px 0 0 0;
}

.div-result-row div:nth-child(2){
    width: 194px;
    margin: 0 20px 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
}

.div-result-row div:nth-child(3){
    width: 160px;
    margin: 0 20px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

.div-result-row div:nth-child(4) span {
    margin: 10px 5px 0 0;
}

.div-result-content {
    background-color: #fff;
    padding: 20px;
}

.tbl-results {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.spn-date {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: .8em;
    line-height: 2em;
}

.tbl-results th {
    text-align: left;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #eae9e9;
}
.tbl-results td {
    padding: 5px 10px;
    border: solid 1px #eae9e9;
}

.ball {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    float: left;
    text-align: center;
    line-height: 44px;
}

.ball-yellow {
    color: #000;
    background: #bea31f; /* Old browsers */
    background: -moz-radial-gradient(65% 35%, ellipse cover, #faefb7 0%, #b19300 70%); /* FF3.6-15 */
    background: -webkit-radial-gradient(65% 35%, ellipse cover, #faefb7 0%,#b19300 70%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 65% 35%, #faefb7 0%,#b19300 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faefb7', endColorstr='#b19300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ball-green {
    color: #fff;
    background: #208d31; /* Old browsers */
    background: -moz-radial-gradient(65% 35%, ellipse cover, #24b83d 0%, #20842f 70%); /* FF3.6-15 */
    background: -webkit-radial-gradient(65% 35%, ellipse cover, #24b83d 0%,#20842f 70%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 65% 35%, #24b83d 0%,#20842f 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b83d', endColorstr='#20842f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media screen and (max-width: 950px) {
    .div-result-row div:nth-child(2) {
        line-height: 1em;
        padding: 12px 0 0 0;
        height: auto;
        width: 160px;
    }

    .div-result-row div:nth-child(2) .spn-date {
        display: block;
    }

    .div-result-header div:nth-child(2),
    .div-result-row div:nth-child(3){
        display: none;
    }   
    
    .div-result-header div:nth-child(3) {
        left: 250px;
    }                            
}

.tbl-results-schedule tr td:first-child {
    padding-right: 20px;
    font-weight: bold;
}

/*.div-result-header div:nth-child(3),
    .div-result-row div:nth-child(4){
        display: none;
    } 

    .div-result-header div:nth-child(4) {
        margin-left: 75px;
    }*/

@media screen and (max-width: 700px) {
    .tbl-results-schedule tr td {
         display: block;
    }

    .tbl-results-schedule tr td:last-child {
         margin-bottom: 10px;
    }
}

@media screen and (max-width: 740px) {
    .div-result-row div:nth-child(4) span {
        margin: 13px 5px 0 0;
    }

    .ball {
        font-size: 1em;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

@media screen and (max-width: 690px) {
    .div-result-row div:nth-child(4) span {
        margin: 16px 5px 0 0;
    }

    .ball {
        font-size: .9em;
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
}

@media screen and (max-width: 630px) {
    .div-result-row div:nth-child(4) span {
        margin: 19px 5px 0 0;
    }

    .ball {
        font-size: .9em;
        width: 28px;
        height: 28px;
        line-height: 26px;
    }
}

@media screen and (max-width: 585px) {
    .div-result-row div:nth-child(4) {
        float: none;
        height: 28px;
        line-height: initial;
        margin: 45px 0 0 80px;
    }
    
    .div-result-row div:nth-child(4) span {
        margin: 0 5px 0 0;
    }
    
    .div-result-row div:nth-child(2) {
        margin: 0;
    }

    .div-result-row div:nth-child(2) .spn-date {
        display: inline;
        line-height: 1em;
        margin: 0 0 0 5px;
    }

    .div-result-row {
        height: 85px;
    }

    .ball {
        font-size: .9em;
        width: 28px;
        height: 28px;
        line-height: 26px;
    }
}

@media screen and (max-width: 570px) {
    .div-result-row div:nth-child(2) {
        width: auto;
    }
    .div-result-header,
    .div-result-row div:nth-child(5){
        display: none;
    } 

    .div-results {
        padding: 0;
    }

    .div-result-row div:nth-child(4) {
        margin: 45px 0 0 70px;
    }

    .div-result-row div:nth-child(2) span:last-child {
        display: inline-block;
    }
}

@media screen and (max-width: 425px) {
    .div-results {
        margin: 0 -10px 0 -10px;
    }

    .div-result-row div:nth-child(1){
        margin: 0 10px 0 10px;
    }
    
    .div-result-row div:nth-child(2) > span:last-child img {
        position: absolute;
        left: -28px;
        top: 1px;
    }
}

@media screen and (max-width: 365px) {
    .div-result-row {
        height: 70px;
    }

    .div-result-row div:nth-child(4) {
        height: 22px;
        margin: 40px 0 0 70px;
    }

    .ball {
        font-size: .7em;
        width: 22px;
        height: 22px;
        line-height: 20px;
    }
}