<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: Arial, Helvetica, sans-serif;
    /*font-size:12px;
    */
    margin:0px;
    padding:0px;
    background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
    background-position: top left;
    background-size: cover;
}
#content{
    width:95%;
    border-radius:10px;
    margin:auto;
    margin-top:10px;
}
.container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}
.logo {
    background: #81A5BE;
    height: 75px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.logo h1 {
    font-size: 24px;
}
.logo::after{
    content: "";
    width: 100%;
    height: 75px;
    background-color: cyan;
}
.big-title h1{
    color: #333;
}
.mobile-game-part{
    width: 100%;
    margin-top: 100px;
}
.mobile-game-part img{
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.bordered-text {
    color: #FFF;
    padding: 20px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    width: 90%;
}
.guide-text {
    color: #444;
}
.guide-text span{
    font-size: 20px;
    padding-left: 10px;
}

#tnc{
    font-size:12px;
     /*padding:5px;*/
    text-align:justify;
    color:#666;
    /*margin-top:25%;*/
}
#k{
    margin-top:5px;
}
#btmnav{
    text-align:center;
    margin-top:10px;
    margin-bottom:50px;
    font-size:11px;
    color:#9a9ea0;
    padding:5px 0px 25px 0px;
}
#btmnav a{
    text-decoration:underline;
    color:#999;
}
#btmnav a:hover{
    text-decoration:none;
}
#btn-continue {
    width: 100%;
    max-width: 320px;
    height: 50px;
    background: linear-gradient(to bottom, #4ee44e, #208220);
    border: 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 26px;
    border: 2px solid #0ace0a;
    outline: 0;
    cursor: pointer;
}
.footer_terms {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    color: #888;
    background: #0f2134;
    height: 40px;
    padding-top: 16px;
}
.footer_terms &gt; a {
    font-size: 10px;
    text-decoration: underline;
    color: #999;
}

.footer_terms &gt; a:link {color: #999;}      /* unvisited link */
.footer_terms &gt; a:visited {color: #999;}   /* visited link */
.footer_terms &gt; a:hover {color: #999;}     /* mouse over link */
.footer_terms &gt; a:active {color: #999;}  
    
@media (max-width: 480px){
    .footer_terms{
        height: 60px;
    }
    .mobile-game-part{
        margin-top: 150px;
    }
    .logo h1 {
        background: #81a5be;
        padding-bottom: 15px;
    }
}
#msisdn
{
  width: 100%;
  font-size: 23px;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: #002a4f 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 320px;
  border-radius: 10px;
  text-align: center;
  height: 50px;
  margin: 10px auto;
}
.legalline {
    font-size: 12px;
    text-align: center;
    color: white;
}
.clue {
        font-size: 12px;
    font-weight: bold;
}
#disclaimerWrapper {
    margin-top: 50px;
}</pre></body></html>