html, body {
max-width: 100%;
overflow-x: hidden;
font-family: circo !important;
}
#mainheader {
background-color: #000000!important;
padding: 0px;
margin: 0px;
position: fixed;
width: 100%;
z-index: 3;
height: 80px;
text-align: center;
vertical-align: middle;
border-bottom: 3px solid;
}
#sidenav{
    z-index: 2 !important;
}

#mainheadertitle {
/* color: #ffffff; */
font-weight: bold;
margin-top: 10px!important;
font-size: 2em;
text-align: center;
vertical-align: middle;
}
a.protext {        
color: #000000;
text-decoration:none !important;
}

*:focus {
outline: none;
}


#rfriends{
float: right;
text-align: center;
}
#cimg{
margin-top: 10px;

}

/*#spinner{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('http://solodigo.com/admin/assets/processing.gif') 50% 50% no-repeat rgb(249,249,249);
}*/

#rpunm{
font-size: 11px; 
color: #000;
padding-left: 5px;
font-weight: bold;
padding-top: 5px;
}

.col-xs-3{
padding-left: 5px!important;
}

/* Main Menu */
#sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 75px;
}

#sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #FF7900;
display: block;
transition: 0.3s;
border-bottom: 2px solid;
}

#sidenav a:hover {
color: #FF7900;
}

#sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
    #sidenav {padding-top: 15px;}
    #sidenav a {font-size: 18px;}
    #rpunm{height: 40px;}
}
@media screen and (max-height: 740px) {
    #rpunm{height: 40px;}
}
@media screen and (max-width: 450px) {
    #cimg{
    width: 80px;
    height: 90px;
    }
} 

/* Style the active class, and buttons on mouse-over */
.active{
/*background-color: #666;*/
color: #FF7900!important;
}

#pro{
float: right;
padding-right: 10px;
color: #000; 
font-size: 15px;
padding-top: 10px;
}
#close{
float: left;
padding-left: 10px;
padding-top: 10px;
display: none;
}

#open{
float: left;
padding-left: 10px;
padding-top: 10px;
}
/* Carousel CSS */
.slider-wrap {
position: relative;
margin: 50px auto;
width: 400px;
}
.slider {
position: relative;
width: 400px;
margin: auto;
}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
text-align: center;
}
ul li span {
display: inline-block;
vertical-align: middle;
width: 100px;
height: 100px;

}
.slider-arrow {
position: absolute;
top: 75px;
width: 20px;
height: 20px;
/*background: black;
color: #fff;*/
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.sa-left {
left: -15px;
}
.sa-right {
right: -15px;
}
.black {
background: black;
}
.red {
background: red;
}
.green {
background: green;
}
.blue {
background: blue;
}
.yellow {
background: yellow;
}
@media screen and (max-width: 375px) {
ul li{
width: 132px !important;
}
}
#game{
float: left;
color: #000; 
font-size: 15px;
padding-top: 10px;
padding-left: 10px;
}
.playGameButton, .moreGamesButton,.orangebutton {
    text-decoration: none!important;
    border-bottom: 2px solid #8f6820;
    border-top: 2px solid #ffeed5;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 5px;
    color: #000000;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    position: relative;
    border-radius: 12px;
    background-color: #FF7900;
}

#gname{
float: left;
color: #FF7900;
font-weight: bold;
font-size: 1.5em;
padding-top: 10px;
padding-left: 10px;
}
#gamedesc{
color: gray;
text-align: justify;
font-size: 2em;
padding-left: 10px;
padding-right: 10px;
}
#btn{
padding-left: 10px;
padding-right: 10px;
}

label {
padding-left: 5px!important;
padding-top: 5px!important;
}


#formsec{
background-color: #ffffff;
padding-left: 15px;
padding-right: 15px;
/*border-radius: 25px;*/
}

#namesec, #mobilesec{
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid;
}
#subscriptionsec{
padding-top: 15px;
padding-bottom: 15px;
}
#chg{
float: right;
color: gray;
font-weight: bold;
font-size: 15px; 
}

#firstsection{
/*color: #ffff00;*/
font-size: 2em;
font-weight: bold;
width: 100px;
}
#secondsection, #thirdsection{
/*color: #ffff00;
*/font-size: 2em;
font-weight: bold;
width: 200px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-top: 0px!important;
}