
#sectionWrapper #sectionContain-3 .last-winner{
	position:absolute;
    left: 65px;
	width:220px;
}

#sectionWrapper #sectionContain-3 .deposit {
    top: 11px;
	width:220px;
}

#sectionWrapper #sectionContain-3 .withdraw{
    top: 11px;
	width:220px;
}

#sectionWrapper #sectionContain-3 .last-winner table{
	width:220px;
    background: none;
}
#sectionWrapper #sectionContain-3 .last-winner table td{
	height:50px;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
    font-size: 16px;
}
#sectionWrapper #sectionContain-3 .last-winner table td.td01{
	text-align:left;
	width:60px;
	font-size: 16px;
	color: #bebebe;
}
#sectionWrapper #sectionContain-3 .last-winner table td.td02{
	text-align:center;
	width:80px;
	font-size: 16px;
	color: #bebebe;
}
#sectionWrapper #sectionContain-3 .last-winner table td.td03{
	text-align:right;
	width:80px;
	font-size: 16px;
	color: #bebebe;
}
#sectionWrapper #sectionContain-3 #deposControl{
	width:33px;
	height:17px;
	position:absolute;
    top: 10px;
	left:269px;
}
#sectionWrapper #sectionContain-3 #deposControl .control{
	width:14px;
	height:17px;
	cursor:pointer;
}
#sectionWrapper #sectionContain-3 #deposControl .deposNext{
	float:left;
}
#sectionWrapper #sectionContain-3 #deposControl .deposPrev{
	float:right;
}
#sectionWrapper #sectionContain-3 #withdrawControl{
	width:33px;
	height:17px;
	position:absolute;
	top:10px;
	left:269px;
}
#sectionWrapper #sectionContain-3 #withdrawControl .control{
	width:14px;
	height:17px;
	cursor:pointer;
}
#sectionWrapper #sectionContain-3 #withdrawControl .withdrawNext{
	float:left;
}
#sectionWrapper #sectionContain-3 #withdrawControl .withdrawPrev{
	float:right;
}
#sectionWrapper #sectionContain-3 p.jackpot{
	position:absolute;
	left:445px;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	width:215px;
	height:40px;
	color:#fff;
}
#sectionWrapper #sectionContain-3 p.poker{
	top:30px;
}
#sectionWrapper #sectionContain-3 p.domino{
	top:105px;
}
#sectionWrapper #sectionContain-3 p.capsa{
	top:185px;
}
#sectionWrapper #sectionContain-3 .deposit table{
    background: none;
}
@media (max-width:768px) {
	.mol_cs{width: 97% !important;}
	
    .mytext02 {
        width: 47%;
        margin-right: 3%;
    }
	
    .mytext01 {
        width: 47%;
        margin-top: 50px;
        margin-left: 3%;
    }
}
@media (max-width:1024px) {
    #sectionWrapper #sectionContain-3 #deposControl {
        left: 220px;
    }

    #sectionWrapper #sectionContain-3 #withdrawControl {
        left: 220px;
    }

    #sectionWrapper #sectionContain-3 .last-winner {
        left: 37px;
    }
}

.dlbox {
 position: fixed;
 top: 190px;
 left: -208px;
 z-index: 99999; 
 cursor: pointer;
}
.dlboxtable {
    border-radius: 15px;
}
.dlbox01 {
    width: 208px;
    z-index: 999;
}
.dlicon {
    height: 3px;
}
.dlicon01{
    height: 40px;
}
.dlicon02 {
    height: 50px;
}
.dlboxtable01 {
    width: 50%;
    background-color: #4d391a;
}
.dlboxtable02 {
    width: 50%;
    background-color: #4d391a;
}
.dlboxbar {
    width: 40px!important;
    height: 46px;
}
.dlbaricon {
    position: relative;
    font-size: 20px;
    left: -0px;
    top: 14px;
}

#preloader3{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: rgba(0,0,0,0.6); /* Used if the image is unavailable */	  
  display:none;
}

.form_position{
	width:40%;
	position: absolute;
	top: 10vh;
	left: 33vw;
	background:#FFFFFF;/*rgba(30,87,153,1);*/		
	border:3px solid #cecece;
	border-radius: 5px;
	color:#333;
	z-index: 9999992;
}

@media only screen and (max-width: 600px) {
  .form_position{
	width:80vw;  
    left: 10vw;
  }
}

.form_close{		
	cursor:pointer;	
	border:0px solid white;
}

.form_header {
	width:100%;	
	background: #230000;
	padding: 10px 15px 35px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color:#FFFFFF;
	font-size:16px;	
}

.form_body {
	padding:15px 55px 0 0;		
}

@media only screen and (min-width: 600px) {
  .form-group {
    padding-bottom: 35px;
  }
}