@charset "utf-8";
@font-face {
    font-family: "NBCTinker";
    src: url(../fonts/Tinker/NBCTinker-Regular.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "NBCTinker";
    src: url(../fonts/Tinker/NBCTinker-Bold.otf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "NBCTinker";
    src: url(../fonts/Tinker/NBCTinker-ExtraBold.otf);
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "NBCZuumeCut";
    src: url(../fonts/ZUUME-CUT/Adam\ Ladd\ -\ Zuume\ Cut\ SemiBold\ Italic.otf);
    font-weight: 600;
    font-style: italic
}

html, body {
    text-align: left;
    font-family: "NBCTinker", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #efefef
}

.title-h1 {
    font-weight: 600;
    font-style: italic;
    color: #034da1;
    text-align: center;
    font-family: "NBCZuumeCut", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 48px;
}

p {
    color: #000
}

a:link {
    color: #007ac3;
    text-decoration: none
}

a:visited {
    color: #007ac3;
    text-decoration: none
}

a:hover {
    color: #ccc;
    text-decoration: none
}

img {
    display: block
}

#footer_banner {
    display: none;
}

div#master {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    max-width: 100%;
    min-width: 320px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-in 0.1s;
    -moz-transition: all 0.5s ease-in 0.1s;
    -o-transition: all 0.5s ease-in 0.1s;
    -ms-transition: all 0.5s ease-in 0.1s;
    transition: all 0.5s ease-in 0.1s
}

div#master_content {
    display: table-row;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%
}

div#header {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    min-width: 320px;
    background-attachment: inherit;
    background-image: url(https://5895dc7d76e6f2eecf3d-fb24969e77cc5dfdbe882809f55ed525.ssl.cf5.rackcdn.com/nbc_beijing_header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-bottom: 1px solid #969696
}

div#header_inner {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: 100%
}
#banner_wrapper {
    display: table-row;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
}
#main_banner {
    width:100%;
    max-width: 900px;
    min-width: 320px;
    margin: auto;
}

.boreder-bottom-gray {
    border-bottom: 1px solid #969696
}

#footer_banner {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    min-width: 320px;
    background-attachment: inherit;
    background-image: url(https://5895dc7d76e6f2eecf3d-fb24969e77cc5dfdbe882809f55ed525.ssl.cf5.rackcdn.com/footer_banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color:#FFF;
    width: 100%;
    height: 160px;
    text-align:center;
}
#footer_text {
    padding-top: 1.5em;
}
#parsec_logo {
    width:150px;
    margin:auto;
    margin-top: 1em;
}

div#title {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
    font-weight: 900;
    text-align: left;
    font-size: 50px;
    color: #000;
    letter-spacing: -4.5px;
    line-height: 38px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .9);
    padding: 10px;
    padding-top: 30px;
    padding-left: 4%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, .7));
    -moz-filter: drop-shadow(0 0 10px rgba(255, 255, 255, .7));
    -o-filter: drop-shadow(0 0 10px rgba(255, 255, 255, .7));
    -ms-filter: drop-shadow(0 0 10px rgba(255, 255, 255, .7));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, .7))
}

.blue {
    color: #034da1
}

div#title span:after {
    content: "LIVE";
    display: none;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: auto;
    margin-top: -8px;
    width: auto;
    height: .9em;
    background-color: #034da1;
    text-align: center;
    font-size: .5em;
    line-height: 1em;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    padding: 4px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 0;
    position: relative
}

@keyframes glow {
    0% {
        -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        -moz-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        -o-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        -ms-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2))
    }
    15%, 30% {
        -webkit-filter: drop-shadow(0 0 10px rgba(157, 220, 249, .9));
        -moz-filter: drop-shadow(0 0 10px rgba(157, 220, 249, .9));
        -o-filter: drop-shadow(0 0 10px rgba(157, 220, 249, .9));
        -ms-filter: drop-shadow(0 0 10px rgba(157, 220, 249, .9));
        filter: drop-shadow(0 0 10px rgba(157, 220, 249, .9))
    }
    46% {
        -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        -moz-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        -o-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        -ms-filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2));
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, .2))
    }
}

div#logo {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    width: 26%;
    padding: 10px;
    animation-name: glow;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    position: relative;
    right: 8%;
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
    -moz-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
    -o-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
    -ms-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0));
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

div#content {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    position: relative;
    z-index: 0
}

div#content_holder {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in 0.1s;
    -moz-transition: all 0.5s ease-in 0.1s;
    -o-transition: all 0.5s ease-in 0.1s;
    -ms-transition: all 0.5s ease-in 0.1s;
    transition: all 0.5s ease-in 0.1s
}

div#additional_holder {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    text-align: center;
    padding: 20px;
    padding-bottom: 0
}

.additional_container {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.additional_title {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 85%;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    padding: 10px
}

.additional_logo {
    display: table-cell;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 120px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 2em
}

.additional_logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 70px
}

div#main_row {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 24px;
    color: #1f1f1f;
    letter-spacing: 1px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0.0s;
    -moz-transition: all 0.3s ease-out 0.0s;
    -o-transition: all 0.3s ease-out 0.0s;
    -ms-transition: all 0.3s ease-out 0.0s;
    transition: all 0.3s ease-out 0.0s
}

.dynamic_row {
    display: table-row;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #1f1f1f;
    letter-spacing: 1px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0.0s;
    -moz-transition: all 0.3s ease-out 0.0s;
    -o-transition: all 0.3s ease-out 0.0s;
    -ms-transition: all 0.3s ease-out 0.0s;
    transition: all 0.3s ease-out 0.0s
}

.country_column {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    width: 50%;
    text-align: left !important;
    padding: 10px
}

.gold_column {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 12%;
    width: 12%;
    text-align: center !important;
    padding: 10px
}

.silver_column {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 12%;
    width: 12%;
    text-align: center !important;
    padding: 10px
}

.bronze_column {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 12%;
    width: 12%;
    text-align: center !important;
    padding: 10px
}

.total_column {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 20%;
    width: 20%;
    text-align: center !important;
    padding: 10px
}

.circle {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    top: 4px
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        top: -110%;
        left: -210%
    }
    10%, 20% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 1.7s, 1.7s, 1.15s;
        transition-timing-function: ease
    }
    26% {
        opacity: 0;
        top: 110%;
        left: 210%
    }
}

.gold {
    background-attachment: inherit;
    background-image: url(https://5895dc7d76e6f2eecf3d-fb24969e77cc5dfdbe882809f55ed525.ssl.cf5.rackcdn.com/gold.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.silver {
    background-attachment: inherit;
    background-image: url(https://5895dc7d76e6f2eecf3d-fb24969e77cc5dfdbe882809f55ed525.ssl.cf5.rackcdn.com/silver.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.bronze {
    background-attachment: inherit;
    background-image: url(https://5895dc7d76e6f2eecf3d-fb24969e77cc5dfdbe882809f55ed525.ssl.cf5.rackcdn.com/bronze.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.gold:after, .silver:after, .bronze:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .8) 92%, rgba(255, 255, 255, 0) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation-name: shine;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.odd {
    background-color: #e5f6fe;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696
}

.even {
    background-color: #fff
}

div#myProgress {
    position: relative;
    display: table-row;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: calc(100% - 20px);
    height: 30px;
    background-color: grey;
    overflow: hidden
}

div#myBar {
    position: absolute;
    max-width: calc(100% - 20px);
    width: 1%;
    height: 30px;
    background-color: #034da1
}

div#label {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px
}

div#show_more {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: 100%;
    color: #fff;
    background-color: #2a76afe7;
    border-color: #2a76afe7;
    font-family: "NBC-OLY-MONT-BOLD", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    cursor: pointer;
}

div#show_more:hover {
    background-color: #0b5fa0d8;
    border-color: #0b5fa0d8;
}

div#additional {
    display: table;
    table-layout: fixed;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    width: 100%;
    background-attachment: inherit;
    background-image: url(../images/footer_banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.logo_container {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    min-width: 60px;
    width: 10%;
    padding: 10px
}

.logo-left {
    padding-right: 30px
}

.logo-right {
    padding-left: 30px
}

.row {
    display: table;
    table-layout: fixed
}

.station_container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 18px 0;
    /* background-color: rgba(3, 77, 161, .7); */
    /* -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4)) */
}

.station_container .row {
    width: 100%;
    margin: auto;
}

.station_title {
    display: table-cell;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 60%;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 151%;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
}

.station_button {
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
    background-color: #00aeef;
    background: -webkit-linear-gradient(top, #00aeef, #0b7bf2);
    background: -moz-linear-gradient(top, #00aeef, #0b7bf2);
    background: -o-linear-gradient(top, #00aeef, #0b7bf2);
    background: -ms-linear-gradient(top, #00aeef, #0b7bf2);
    background: linear-gradient(top, #00aeef, #0b7bf2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 2px;
    padding-top: 6px;
    margin-top: 6px;
    cursor: pointer
}

.station_button:hover {
    background-color: #9ddcf9;
    background: -webkit-linear-gradient(top, #9ddcf9, #9ddcf9);
    background: -moz-linear-gradient(top, #9ddcf9, #9ddcf9);
    background: -o-linear-gradient(top, #9ddcf9, #9ddcf9);
    background: -ms-linear-gradient(top, #9ddcf9, #9ddcf9);
    background: linear-gradient(top, #9ddcf9, #9ddcf9);
    color: #034da1
}

.station_logo {
    display: table-cell;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.station_logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    cursor: pointer;
}

.crosshatch_overlay {
    overflow: auto;
    background: -webkit-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%);
    background: -moz-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%);
    background: -o-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%);
    background: -ms-repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%);
    background: repeating-radial-gradient(center center, circle closest-side, #fefefe 0%, #000000 100%);
    background-size: 7px 7px;
    width: 100%;
    height: 100%;
    opacity: .02;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.fade_effect {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-out 0.0s;
    -moz-transition: all 0.3s ease-out 0.0s;
    -o-transition: all 0.3s ease-out 0.0s;
    -ms-transition: all 0.3s ease-out 0.0s;
    transition: all 0.3s ease-out 0.0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.fade_effect:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.BK_FadeOut {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0.0s;
    -moz-transition: all 0.5s ease-out 0.0s;
    -o-transition: all 0.5s ease-out 0.0s;
    -ms-transition: all 0.5s ease-out 0.0s;
    transition: all 0.5s ease-out 0.0s
}

.BK_DropDown {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0.0s;
    -moz-transition: all 0.5s ease-out 0.0s;
    -o-transition: all 0.5s ease-out 0.0s;
    -ms-transition: all 0.5s ease-out 0.0s;
    transition: all 0.5s ease-out 0.0s;
    overflow: hidden;
    position: relative;
    left: -999px
}

.BK_Toggle {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    left: 0
}

.BK_ScaleDown {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0.0s;
    -moz-transition: all 0.5s ease-out 0.0s;
    -o-transition: all 0.5s ease-out 0.0s;
    -ms-transition: all 0.5s ease-out 0.0s;
    transition: all 0.5s ease-out 0.0s;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -o-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    overflow: hidden
}

.BK_ToggleScale {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.BK_SlideDiv {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0.0.s;
    -moz-transition: all 0.3s ease-out 0.0s;
    -o-transition: all 0.3s ease-out 0.0s;
    -ms-transition: all 0.3s ease-out 0.0s;
    transition: all 0.3s ease-out 0.0s
}

.BK_ToggleDiv {
    max-width: 900px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

div#content {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.safari {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.perforated_pattern {
    overflow: auto;
    background: -webkit-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -webkit-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -webkit-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, -webkit-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background: -moz-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -moz-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -moz-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, -moz-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background: -o-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -o-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -o-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, -o-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background: -ms-radial-gradient(#33aadd 15%, transparent 16%) 0 0, -ms-radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, -ms-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, -ms-radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background: radial-gradient(#33aadd 15%, transparent 16%) 0 0, radial-gradient(#33aadd 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33aadd', endColorstr='#2d9ac9');
    background-color: #2d9ac9;
    background-size: 8px 8px;
    width: 100%;
    height: 100%
}

.rounded-img {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.rounded-top {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.shadow {
    -webkit-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    -o-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

.shadow_left {
    -webkit-box-shadow: -3px 0 3px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: -3px 0 3px 3px rgba(0, 0, 0, .2);
    -o-box-shadow: -3px 0 3px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: -3px 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: -3px 0 3px 3px rgba(0, 0, 0, .2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

.top_bottom_shadow {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -3px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -3px 3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -3px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -3px 3px rgba(0, 0, 0, .2)
}

.left_right_shadow {
    box-shadow: 30px 0 30px 0 rgba(255, 255, 255, .9), -30px 0 30px 0 rgba(255, 255, 255, .9)
}

.full_shadow {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2)
}

.center_shadow {
    -webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, .3)
}

.center_shadow_up {
    -webkit-box-shadow1: 0 -10px 8px -8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 -10px 8px -8px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 -10px 8px -8px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 -10px 8px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 -10px 8px -8px rgba(0, 0, 0, .3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
}

.inner_shadow {
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .6);
    -o-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .6);
    -ms-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .6);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .6)
}

.embossed {
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 -2px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 rgba(255, 255, 255, .2), 0 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 -2px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 rgba(255, 255, 255, .2), 0 2px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -2px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 rgba(255, 255, 255, .2), 0 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -2px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 rgba(255, 255, 255, .2), 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5), inset 0 -2px 0 rgba(0, 0, 0, .25), inset 0 -3px 0 rgba(255, 255, 255, .2), 0 2px 0 rgba(0, 0, 0, .1)
}

a:active, a:focus {
    outline: none;
    ie-dummy: expression(this.hideFocus=true)
}

a {
    outline: none
}

a img {
    outline: none
}

img {
    border: 0
}

div#content_holder::-webkit-scrollbar {
    width: 10px
}

div#content_holder::-webkit-scrollbar-track {
    background-color: rgba(225, 225, 225, 1);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    -ms-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

div#content_holder::-webkit-scrollbar-thumb {
    background-color: rgba(0, 154, 117, 1);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    -o-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    -ms-box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

@media handheld, only screen and (max-width: 785px) {
    div#title {
        font-size: 46px;
        letter-spacing: -4.5px;
        line-height: 35px;
        padding-top: 20px
    }

    .title-h1 {
        font-size: 40px;
    }

    div#logo {
        width: 30%
    }

    .station_title {
        font-size: 16px;
        display: block;
        width: 100%;
    }

    .station_logo {
        display: block;
        text-align: center;
    }

    .station_button {
        font-size: 16px
    }
}

@media handheld, only screen and (max-width: 670px) {
    div#title {
        font-size: 38px;
        letter-spacing: -3.5px;
        line-height: 29px
    }

    .additional_title {
        max-width: 100%;
        width: 85%;
        font-size: 16px
    }

    .additional_logo {
        max-width: 100%;
        width: 120px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 1em
    }

    .additional_logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 65px
    }

    div#main_row {
        font-size: 20px;
        padding: 10px
    }

    .dynamic_row {
        font-size: 16px;
        padding: 10px
    }

    .circle {
        width: 30px;
        height: 30px;
        top: 4px
    }

    div#show_more {
        font-size: 12px;
        padding: 10px;
        padding-bottom: 6px
    }

    .logo_container {
        min-width: 50px;
        width: 10%;
        padding: 10px
    }

    .logo-left {
        padding-right: 15px
    }

    .logo-right {
        padding-left: 15px
    }

    .station_container {
        width: 40%
    }

    .station_title {
        font-size: 16px
    }

    .station_button {
        font-size: 16px
    }

    /* .station_logo {
        max-width: 34%;
        width: 34%
    } */
}

@media handheld, only screen and (max-width: 540px) {
    div#title {
        font-size: 30px;
        letter-spacing: -3px;
        line-height: 24px
    }

    .additional_title {
        max-width: 100%;
        width: 80%;
        font-size: 15px
    }

    .additional_logo {
        max-width: 100%;
        width: 120px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 1em
    }

    .additional_logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 60px
    }

    div#main_row {
        font-size: 18px;
        padding: 6px
    }

    .dynamic_row {
        font-size: 14px;
        padding: 6px
    }

    .circle {
        width: 20px;
        height: 20px;
        top: 2px
    }

    div#show_more {
        font-size: 10px;
        padding: 6px;
        padding-bottom: 3px
    }
}

@media handheld, only screen and (max-width: 400px) {
    div#title {
        font-size: 22px;
        letter-spacing: -2px;
        line-height: 17px
    }

    div#title span:after {
        margin-left: 6px;
        margin-top: -3px;
        padding: 4px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 0
    }

    .additional_title {
        max-width: 100%;
        width: 75%;
        font-size: 14px
    }

    .title-h1 {
        font-size: 32px;
    }

    .additional_logo {
        max-width: 100%;
        width: 120px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 1em
    }

    .additional_logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 55px
    }

    div#main_row {
        font-size: 16px;
        padding: 6px
    }

    .dynamic_row {
        font-size: 12px;
        padding: 6px
    }

    .country_column {
        max-width: 47%;
        width: 47%
    }

    .gold_column {
        max-width: 9%;
        width: 9%
    }

    .silver_column {
        max-width: 9%;
        width: 9%
    }

    .bronze_column {
        max-width: 9%;
        width: 9%
    }

    .total_column {
        max-width: 26%;
        width: 26%
    }

    .circle {
        width: 15px;
        height: 15px;
        top: 2px
    }

    .logo_container {
        display: table-cell;
        vertical-align: middle;
        min-width: 50px;
        width: 10%;
        padding: 10px
    }

    .logo-left {
        padding-right: 15px
    }

    .logo-right {
        padding-left: 15px
    }

    .station_container {
        width: 40%
    }

    .station_title {
        font-size: 12px
    }

    .station_button {
        font-size: 12px
    }

    /* .station_logo {
        max-width: 38%;
        width: 38%
    } */

}

.text-bold {
    font-weight: 600;
}