#tnc {
    margin-top: 50px;
}
.compliance {
    max-width: 50px;
}

/* legals */
.legals { line-height:12px; }

.disclaimer a {
    color: black;
    cursor:pointer;
    font-size: 100%;
    text-decoration: none;
}

@media only screen and (max-width: 767px){
    .prize-title{ font-size: 28px; }

    .cta{
        width: 66%;
        margin: 5px auto 10px;
    }

    #msisdn-input, #pincode-input { width: 90%; }

    #cta2{ margin: 5px auto; }

    .main-button, .submit-button, #wapContinue, #wapConfirm, .correctBT, .wrongBT { width: 90%; }


    .mobile #header {
        background: #000;
        color: #fff;
        border-radius: 10px 10px 0 0;
        line-height: 20px;
        font-size: 100%;
        padding: 2px 10px;
    }
    .mobile #header span { padding: 0 10px; }
    .mobile #header img {
        width: 20px;
        vertical-align: bottom;
        float: left;
    }
    .mobile #header .right { float: right; }
    .mobile .body {
        background: #621749;
        padding: 5px 5%;
        border-radius: 0 0 10px 10px;
        position: relative;
    }
    .mobile .box-row {
        display: flex;
        line-height: 1.2;
    }
    .mobile .w40 {
        width: 40%;
        color: #fff;
        font-size: 8px;
    }
    .mobile .w60 {
        width: 100%;
        padding: 2px;
        background: #fff;
        color: #000;
        border-radius: 10px;
        margin-bottom: 3px;
        padding: 2px 10px;
        display: block;
        font-size: 62%;
        text-align: left;
    }

    .w60 .small { letter-spacing:-0.5px; }

    .mobile .inline { display: inline-block !important; }

    .addTextD {
        width: 95%;
        margin: 10px auto;
        color: black;
        font-size: 10px;
        text-shadow: 5px 0px 10px white;
    }

}

@media (max-width: 480px) {
    .disclaimer.mobile { font-size: 8px; }
}

@media (min-width: 700px) {
    .disclaimer.mobile { font-size: 14px; }
}
@media only screen and (max-width: 767px) {
    .disclaimer.online {
        display: none;
    }
}
@media only screen and (min-width: 768px){
    @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');


    .disclaimer.mobile {
        font-size: 14px;
        display:none;
    }

    .disclaimer.online{ display:block; }
    .addTextD { display:block; }
    .disclaimer.online{
        display: block;
        width: 95%;
        margin: 0 auto;
        font-family: arial, sans-serif;
        /* background: #621749; */
        font-size:11px;
        padding:0 10px;
        border-radius: 10px;
        position:relative;
        transform-origin: 0;
        text-align: left;
    }
    .online #header {
        background: #000;
        color: #fff;
    }
    .online #header img {
        width: 20px;
        vertical-align: bottom;
    }
    .online .box-row{
        width: 90%;
        display: inline-block;
        font-size: 86%;
        line-height: 1.8em;
    }
    .online .logo{
        float: right;
        width: 10%;
        position: relative;
    }
    .online .logo img{
        width: 100%;
    }

    .online .title{
        display:inline;
        color:#fff;
        font-size: 73%;
    }
    .online .text{
        background: #fff;
        color: #000;
        border-radius: 6px;
        padding: 2px 10px;
        display: inline;
        line-height: 2.2;
    }
    .online span.black{
        background: #000;
        border-radius: 10px 0 0 0;
        margin-left: -10px;
        top: -1px;
        position: relative;
        padding: 4px 38px;
        color:#fff;
    }
    .online span img{
        width: 15px;
        position: absolute;
        left: 0%;
        top: 1px;
    }
    .online .logo img {
        width: 70%;
        float: right;
    }
    .online .logo {
        float: right;
        position: relative;
        box-sizing: border-box;
        padding: 10px;
        width: 10%;
        margin-top: 0px;
    }

    .addTextD {
        font-size: 10px;
        width: 100%;
        max-width: 100%;
        position: relative;
        color: black;
        text-shadow: 5px 0px 10px white;
        padding-top:10px;
    }
}

@media (min-width: 768px) {
    .mobView {
        display: none !important;
    }
    .webView {
        display: block !important;
    }
    .disclaimer.online { min-height: 75px; height: auto; max-width: 830px;}

    .content{ margin-top: 15px; }

    .prize-title{ font-size: 80px; }
}

@media only screen and (max-width: 736px){
    .disclaimer.mobile { width: 90%;margin: 0 auto;text-align: left; }
    .mobView {
        display: block !important;
    }
    .webView {
        display: none !important;
    }
}
.title a{
    color: #fff;
}

.i_block {
    width: 10px;
    height: 10px;
    background: white;
    color: black;
    padding: 5px;
    font-weight: bolder;
    margin-right: 5px;
}
.i_block_mobile {
    background: white;
    color: black;
    font-weight: bolder;
    padding: 2px !important;
    margin-right: 5px;
}

#btn-continue{
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    -webkit-border-radius: 105px;
    border-radius: 10px;
    margin: 10px auto;
    width: 100%;
    display: block;
    cursor: pointer;
    max-width: 280px;
    background: #2ebddd;
    border:none;
}