﻿@font-face {
    font-family: 'ArticleText Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'ArticleText Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'ArticleText Arabic khebrat';
    font-style: normal;
    font-weight: 700;
    src: url(/newspaper/fonts/18_khebrat_musmim_bold.eot);
    src: url(/newspaper/fonts/18_khebrat_musmim_bold.eot?#iefix) format('embedded-opentype'), url(/newspaper/fonts/18_khebrat_musmim_bold.woff2) format('woff2'), url(/newspaper/fonts/18_khebrat_musmim_bold.woff) format('woff'), url(/newspaper/fonts/18_khebrat_musmim_bold.ttf) format('truetype');
}

.bestlocalplayer #main {
    width: 98%;
    font-family: 'ArticleText Arabic khebrat', serif;
    background-color: #000;
    background: url('/newspaper/images/bestplayer/bk_localbestplayer.jpg');
    background-size: 100% 100%;
}

.bestlocalplayer .bestplayerBox {
    display: block;
    overflow: hidden;
    clear: both;
    text-align: center;
}

    .bestlocalplayer .bestplayerBox .rightBox, .bestlocalplayer .bestplayerBox .leftBox {
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    .bestlocalplayer .bestplayerBox .rightBox {
        width: 35%;
        padding-top: 9%;
    }

    .bestlocalplayer .bestplayerBox .leftBox {
        width: 62%;
        padding-top: 50px;
    }

        .bestlocalplayer .bestplayerBox .leftBox .headtitle {
            font-size: 40px;
            line-height: 55px;
            color: #aa8839;
            display: block;
            padding-bottom: 50px;
            clear: both;
            text-shadow: 1px 1px 1px #000000;
        }

        .bestlocalplayer .bestplayerBox .leftBox .headquestion {
            font-size: 30px;
            line-height: 45px;
            color: #aa8839;
            display: block;
            padding-bottom: 50px;
            clear: both;
            text-shadow: 1px 1px 1px #000000;
        }

        .bestlocalplayer .bestplayerBox .leftBox .radioBox {
            display: inline-block;
            vertical-align: top;
            text-align: center;
            width: 25%;
            margin: 15px;
            position: relative;
            cursor:pointer;
        }

            .bestlocalplayer .bestplayerBox .leftBox .radioBox input {
                position: absolute;
                top: 30px;
                right: 0;
            }

            .bestlocalplayer .bestplayerBox .leftBox .radioBox img {
                border: 2px solid #aa8839;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

            .bestlocalplayer .bestplayerBox .leftBox .radioBox .lblrptChoice {
                font-size: 20px;
                line-height: 35px;
                color: #aa8839;
                display: block;
                margin-top: 10px;
                text-shadow: 1px 1px 1px #000000;
            }


/*radio*/

body.bestlocalplayer .bestplayerBox .leftBox .radioBox input {
    display: none !important
}

.bestlocalplayer .bestplayerBox .leftBox .radioBox label:after, .bestlocalplayer .bestplayerBox .leftBox .radioBox .label:after {
    content: '';
    background: #fff;
    border: 3px solid #aa8839;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    z-index: 1;
    position: absolute;
    margin-right: -14px;
    position: absolute;
    top: 30px;
    right: 0;
}

.bestlocalplayer .bestplayerBox .leftBox .radioBox .label:after {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
}



.bestlocalplayer .bestplayerBox .leftBox .radioBox input[type=radio]:checked + label:after, .bestlocalplayer .bestplayerBox .leftBox .radioBox input[type=radio]:checked + .label:after {
    background-color: #aa8839;
    -moz-box-shadow: inset 0 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}





@media screen and (-ms-high-contrast: active) {


    .bestlocalplayer .bestplayerBox .leftBox .radioBox label:after, .bestlocalplayer .bestplayerBox .leftBox .radioBox .label:after {
        content: ' ';
    }

    .bestlocalplayer .bestplayerBox .leftBox .radioBox input[type=radio]:checked + label:after, .bestlocalplayer .bestplayerBox .leftBox .radioBox input[type=radio]:checked + .label:after {
        content: '\00d7';
        line-height: .75;
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
/*end radio*/

.bestlocalplayer .bestplayerBox .leftBox .submitBox {
    padding: 0
}

    .bestlocalplayer .bestplayerBox .leftBox .submitBox .submit {
        background: #ab873a;
        color: #fff;
        font-family: 'ArticleText Arabic khebrat', serif;
        font-size: 25px;
        line-height: 0;
        width: auto;
        padding: 20px 40px 25px;
    }

.bestlocalplayer .bestplayerBox .leftBox .text {
    border: 1px solid #aa8839;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 14px;
    line-height: 28px;
    background: #2b2a28;
}
.bestlocalplayer .bestplayerBox .leftBox #sponsers .sponsersBox {
    background: #fff;
    
}

.bestlocalplayer .bestplayerBox .leftBox #sponsers a {
    width: 12%;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    padding: 5px 10px 7px;
    position: relative;
}
    .bestlocalplayer .bestplayerBox .leftBox #sponsers a:before {
        border-left: 2px solid #000;
        content: "";
        position: absolute;
        left: -2px;
        bottom: 0;
        height: 50%;
    }

    .bestlocalplayer .bestplayerBox .leftBox #sponsers a:after {
        position: absolute;
        left: -6px;
        bottom: 50%;
        height: 10px;
        width: 10px;
        background: #000;
        content: "";
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        z-index: 1;
    }
    .bestlocalplayer .bestplayerBox .leftBox #sponsers a:last-of-type:before, .bestlocalplayer .bestplayerBox .leftBox #sponsers a:last-of-type:after{content:none;}
    .bestlocalplayer .bestplayerBox .leftBox #sponsers img {
        width: 500px;
        display: inline-block;
        vertical-align: top;
        margin: auto;
        height: auto;
    }
.bestlocalplayer .bestplayerBox .leftBox #sponsers h2 {
    color: #fff;
    margin: 50px 0 10px;
    font-size: 25px;
    line-height: 40px;
    clear: both;
}

.bestlocalplayer .bestplayerBox .leftBox #sponsers h2 {
    position: relative;
}

    .bestlocalplayer .bestplayerBox .leftBox #sponsers h2:before {
        border-bottom: 2px solid #ab873a;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin-top: 24px;
    }

    .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span {
        /*border-bottom: 2px solid black;*/
        /*padding-bottom: 15px;*/
        position: relative;
       
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -khtml-border-radius: 50%;
        background: #282723;
        padding: 0 25px;
    }
        /*.bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span{background:#000}*/
        .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span:before,
        .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span:after {
            position: absolute;
            top: 0;
            left: 0;
            height: 10px;
            width: 10px;
            background: #ab873a;
            content: "";
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -khtml-border-radius: 5px;
            margin-top: 19px;
        }

        .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span:after {
            right: 0;
            left: auto;
        }

.bestlocalplayer .bestplayerBox .leftBox .disabled .radioBox label:after, .bestlocalplayer .bestplayerBox .leftBox .disabled .radioBox .label:after {
    content: none;
}


/*pprogress bar*/
.bestlocalplayer .bestplayerBox .leftBox .progressBox {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    background: #ffffff;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    position: relative;
    font-family: sans-serif;
    box-shadow: 1px 1px 1px #ab873a;
    margin-top: 10px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #e8c578;
}

.bestlocalplayer .bestplayerBox .leftBox .resultnum {
    position: absolute;
    right: 5px;
    top: 2px
}

.bestlocalplayer .bestplayerBox .leftBox .resultname {
    position: absolute;
    right: 5px;
    top: 2px
}

.bestlocalplayer .bestplayerBox .leftBox .progressIN {
    width: 0%;
    height: 30px;
    background: #ab873a;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bestlocalplayer .bestplayerBox .leftBox .red .progressIN {
    background: #ed1c24;
}





.bestlocalplayer .bestplayerBox .leftBox .rslt1 .progressIN {
    width: 1%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt2 .progressIN {
    width: 2%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt3 .progressIN {
    width: 3%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt4 .progressIN {
    width: 4%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt5 .progressIN {
    width: 5%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt6 .progressIN {
    width: 6%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt7 .progressIN {
    width: 7%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt8 .progressIN {
    width: 8%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt9 .progressIN {
    width: 9%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt10 .progressIN {
    width: 10%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt11 .progressIN {
    width: 11%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt12 .progressIN {
    width: 12%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt13 .progressIN {
    width: 13%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt14 .progressIN {
    width: 14%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt15 .progressIN {
    width: 15%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt16 .progressIN {
    width: 16%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt17 .progressIN {
    width: 17%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt18 .progressIN {
    width: 18%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt19 .progressIN {
    width: 19%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt20 .progressIN {
    width: 20%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt21 .progressIN {
    width: 21%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt22 .progressIN {
    width: 22%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt23 .progressIN {
    width: 23%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt24 .progressIN {
    width: 24%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt25 .progressIN {
    width: 25%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt26 .progressIN {
    width: 26%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt27 .progressIN {
    width: 27%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt28 .progressIN {
    width: 28%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt29 .progressIN {
    width: 29%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt30 .progressIN {
    width: 30%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt31 .progressIN {
    width: 31%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt32 .progressIN {
    width: 32%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt33 .progressIN {
    width: 33%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt34 .progressIN {
    width: 34%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt35 .progressIN {
    width: 35%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt36 .progressIN {
    width: 36%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt37 .progressIN {
    width: 37%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt38 .progressIN {
    width: 38%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt39 .progressIN {
    width: 39%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt40 .progressIN {
    width: 40%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt41 .progressIN {
    width: 41%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt42 .progressIN {
    width: 42%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt43 .progressIN {
    width: 43%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt44 .progressIN {
    width: 44%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt45 .progressIN {
    width: 45%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt46 .progressIN {
    width: 46%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt47 .progressIN {
    width: 47%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt48 .progressIN {
    width: 48%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt49 .progressIN {
    width: 49%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt50 .progressIN {
    width: 50%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt51 .progressIN {
    width: 51%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt52 .progressIN {
    width: 52%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt53 .progressIN {
    width: 53%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt54 .progressIN {
    width: 54%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt55 .progressIN {
    width: 55%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt56 .progressIN {
    width: 56%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt57 .progressIN {
    width: 57%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt58 .progressIN {
    width: 58%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt59 .progressIN {
    width: 59%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt60 .progressIN {
    width: 60%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt61 .progressIN {
    width: 61%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt62 .progressIN {
    width: 62%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt63 .progressIN {
    width: 63%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt64 .progressIN {
    width: 64%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt65 .progressIN {
    width: 65%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt66 .progressIN {
    width: 66%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt67 .progressIN {
    width: 67%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt68 .progressIN {
    width: 68%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt69 .progressIN {
    width: 69%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt70 .progressIN {
    width: 70%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt71 .progressIN {
    width: 71%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt72 .progressIN {
    width: 72%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt73 .progressIN {
    width: 73%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt74 .progressIN {
    width: 74%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt75 .progressIN {
    width: 75%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt76 .progressIN {
    width: 76%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt77 .progressIN {
    width: 77%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt78 .progressIN {
    width: 78%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt79 .progressIN {
    width: 79%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt80 .progressIN {
    width: 80%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt81 .progressIN {
    width: 81%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt82 .progressIN {
    width: 82%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt83 .progressIN {
    width: 83%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt84 .progressIN {
    width: 84%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt85 .progressIN {
    width: 85%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt86 .progressIN {
    width: 86%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt87 .progressIN {
    width: 87%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt88 .progressIN {
    width: 88%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt89 .progressIN {
    width: 89%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt90 .progressIN {
    width: 90%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt91 .progressIN {
    width: 91%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt92 .progressIN {
    width: 92%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt93 .progressIN {
    width: 93%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt94 .progressIN {
    width: 94%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt95 .progressIN {
    width: 95%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt96 .progressIN {
    width: 96%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt97 .progressIN {
    width: 97%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt98 .progressIN {
    width: 98%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt99 .progressIN {
    width: 99%
}

.bestlocalplayer .bestplayerBox .leftBox .rslt100 .progressIN {
    width: 100%
}

.hideBlock {
    display: none !important;
}
/*alert*/
.alertBox {
    display: block;
    margin-top: 5px;
    width: 65%;
    clear: both;
    text-align: center;
    margin: 5px auto;
    text-shadow: 1px 1px 1px #000;
}

    .alertBox .dvErrMsgFullBlock {
        background: red
    }

    .alertBox .alert-success {
        background: green !important
    }

    .alertBox .alert {
        position: relative;
        padding: 7px 5px 5px 20px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        display: block;
        clear: both;
        vertical-align: top;
    }

        .alertBox .alert .close {
            position: absolute;
            left: 5px;
            font-size: 17px;
            font-weight: 700;
            line-height: 17px;
            top: 5px;
            cursor: pointer;
            z-index: 1000
        }
.mob_nasser_sabah{display:none!important;}
@media (max-width:1875px) {
    .bestlocalplayer .bestplayerBox .rightBox {
        width: 33%;
        padding-top: 9%;
        float: right;
    }
}

    @media (max-width:1120px) {
        .bestlocalplayer .bestplayerBox .rightBox {
            width: 33%;
            padding-top: 10%;
            margin-left: 6%;
        }

        .bestlocalplayer .bestplayerBox .leftBox {
            width: 60%;
        }

            .bestlocalplayer .bestplayerBox .leftBox .headtitle {
                font-size: 32px;
                line-height: 52px;
            }

            .bestlocalplayer .bestplayerBox .leftBox .headquestion {
                font-size: 25px;
                line-height: 40px;
            }

            .bestlocalplayer .bestplayerBox .leftBox .radioBox {
                width: 22%;
            }
    }

    @media (max-width:900px) {
        .mob_nasser_sabah {
            display: block !important;
            margin: 0 auto;
            width: 650px;
        }

        .desk_nasser_sabah {
            display: none !important;
        }

        .bestlocalplayer .bestplayerBox .rightBox {
            width: 100%;
            padding-top: 0;
            margin-left: 0;
        }

        .bestlocalplayer .bestplayerBox .leftBox {
            width: 100%;
            padding: 0;
        }

            .bestlocalplayer .bestplayerBox .leftBox .headtitle {
                display: none;
            }

            .bestlocalplayer .bestplayerBox .leftBox .headquestion {
                padding: 0;
                margin-top: -40px;
            }

            .bestlocalplayer .bestplayerBox .leftBox .radioBox {
                width: 26%;
            }

            .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 {
                margin: 10px 0 10px;
            }
    }

    @media (max-width:480px) {
        .bestlocalplayer .bestplayerBox .leftBox .radioBox {
            margin: 10px;
        }

            .bestlocalplayer .bestplayerBox .leftBox .radioBox .lblrptChoice {
                font-size: 16px;
                line-height: 30px;
            }

        .bestlocalplayer .bestplayerBox .leftBox #sponsers a {
            width: 32%;
        }

            .bestlocalplayer .bestplayerBox .leftBox #sponsers a:nth-of-type(3):before,
            .bestlocalplayer .bestplayerBox .leftBox #sponsers a:nth-of-type(3):after {
                content: none;
            }

        .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 {
            font-size: 20px;
            line-height: 35px;
        }

            .bestlocalplayer .bestplayerBox .leftBox #sponsers h2:before {
                margin-top: 20px;
            }

            .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span:before, .bestlocalplayer .bestplayerBox .leftBox #sponsers h2 span:after {
                margin-top: 14px;
            }

        .bestlocalplayer .bestplayerBox .leftBox .progressBox, .bestlocalplayer .bestplayerBox .leftBox .progressIN {
            height: 25px;
        }

        .bestlocalplayer .bestplayerBox .leftBox .resultnum {
            top: 0;
        }
    }

    @media (max-width:400px) {



        .bestlocalplayer .bestplayerBox .leftBox .headquestion {
            font-size: 20px;
            line-height: 35px;
        }

        .bestlocalplayer .bestplayerBox .leftBox .radioBox {
            margin: 7px;
            width: 27%;
        }
    }

    @media (max-width:350px) {
        .bestlocalplayer #main {
            padding: 0 5px;
        }
    }

    @media (max-width:340px) {
        .bestlocalplayer .bestplayerBox .leftBox .radioBox .lblrptChoice {
            font-size: 14px;
            line-height: 28px;
        }
    }

    .bestlocalplayer .bestplayerBox .leftBox .disabled .radioBox {
        cursor: default;
    }