/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

div {
	box-sizing: border-box;
	
}


body {
	
	background: black;
	font-family: 'Oswald', sans-serif;
}

.space {
	width: 100%;
	height: 150px;
}

.container {
	width: 70%;
	margin: auto;
		
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.head {
	width: 100%;
	padding: 20px;
	background: #000;
	border: 1px white solid;
}

.logo {
	display: block;
	width: 450px;
	height: 150px;
	background: url("https://sm388.top/image/paitohk.webp") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.banner1 {
	width: 100%;
	display: table;
	box-sizing: border-box;
	text-align: center;
}

.banner1 img {
	display: inline-block;
	width: 49.8%;
	border: 1px #E91E63 solid;
	box-sizing: border-box;
}

.banner2 {
	width: 100%;
	display: table;
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
}

.banner2 img {
	display: inline-block;
	width: 49.5%;
	border: 1px #E91E63 solid;
	box-sizing: border-box;
}

.menu {
	display: block;
	width: 100%;
	text-align: center;
	background: #e00000;
}

.menu a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: white;
	margin: 0px;
	font-size: 18px;
}

.menu a:hover {
	color: gold;
}

.content {
	width: 100%;
	border: 1px white solid;
}

h1, h2, h3 {
	text-align: center;
	
}

h3 {
	font-family: arial;
	margin: 40px 0px;
	color: white;
	font-size: 28px;
}

.title-head {
	font-size: 24px;
	text-decoration: none;
	color: white;
	
}

.title-footer {
	font-size: 28px;
	text-decoration: none;
	color: white;
}

.content p {
	text-align: left;
	font-size: 16px;
	color: white;
	margin: 10px;
}

.hk {
	width: 65%;
	margin: auto;
	
}

.hk table {
	width: 100%;
	
}

.tanggal {
	width: 100%;
	text-align: center;
	background: rgba(224,0,0,1);
background: -moz-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,0,0,1)), color-stop(100%, rgba(140,0,0,1)));
background: -webkit-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#8c0000', GradientType=0 );
color: white;
font-size: 20px;
padding: 10px 0px;
box-sizing: border-box;
border: 1px solid #989898;
}

.prize {
	width: 50%;
	text-align: center;
	background: rgba(224,0,0,1);
background: -moz-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(224,0,0,1)), color-stop(100%, rgba(140,0,0,1)));
background: -webkit-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#8c0000', GradientType=0 );
color: white;
font-size: 20px;
padding: 10px 0px;
border: 1px solid #989898;
}

.prizenum {
	width: 50%;
	text-align: center;
	background: white;
	font-size: 20px;
	vertical-align: middle;
	border: 1px solid #989898;
}

.prizenum img {
	width: 100px;
	height: 26px;
}

.othernum {
	width: 50%;
	height: 40px;
	text-align: center;
	background: white;
	font-size: 18px;
	vertical-align: middle;
	border: 1px solid #989898;
	
}

.othernum img {
	
	width: 100px;
	height: 26px;
	
}

.iklan {
	width: 100%;
	
}

.iklan img {
	width: 100%;
	
	
}

.lassres {
	width: 78%;
	margin: auto;
}

.lassres img {
	width: 100%;
}

.lassres table {
	width: 100%;
	
}

.t1 {
	width: 40%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.t2 {
	width: 30%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.t3 {
	width: 30%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.kepala {
	text-align: center;
	font-size: 20px;
	background: #d7182a;
	color: white;
}

.out-link {
	list-style-type: square;
	margin:  0px 35px;
	color: white;
}

.out-link a {
	text-decoration: none;
	color: white;
}

@media only screen and (max-device-width: 1000px) {
	.container {
		width: 100%;
		
		
	}
	
	.logo {
	width: 200px;	
	height: 80px;
	}
	
	.menu a {
		display: block;
		font-size: 16px;
		border: 1px solid white;
	}
	
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.hk {
		width: 100%;
		
	}
	
	.tanggal {
		font-size: 16px;
		
	}
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
		width: 100%;
		
	}

    .lassres img {
		width: 100%;
		display: block;
	}
	
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
	
}
.headd td {
            background: #161b22 !important;
            color: var(--gold) !important;
            font-size: 11px;
            text-transform: uppercase;
        }
    td {
        
        color: #d9d9d9;
    }
    td.asu {
        
        color: #3A3A3A;
    }
     
.asu{font-weight:100}.e1,.e2,.e3,.e4,.e5,.e6,.e7,.e8,.e9,.e0{background-color:#ff4d4d;border-radius:0;color:#fff}.k1,.k2,.k3,.k4,.k5,.k6,.k7,.k8,.k9,.k0{background-color:green;border-radius:0;color:#fff}.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c0{background-color:blue;border-radius:0;color:#fff}.a1,.a2,.a3,.a4,.a5,.a6,.a7,.a8,.a9,.a0{background-color:orange;border-radius:0;color:#fff}.highlight{padding:1px 4px;margin:0 -4px}input.cari{width:50px;text-align:center;color:red;font-weight:700;background:#f0f7f2}#rb{background:#f03a17}

fieldset {border: none;margin: 0;padding: 0;list-style: none;
    vertical-align: baseline;}  
    .head th{
        background: #161b22 !important;
        color:#d9d9d9}
    .entry-content th,.entry-content td,
    .comment-content th,.comment-content td{padding:0!important}
        textarea{width:100%}
    .asux{background:none repeat scroll 0 0 #fff;
        color:#d9d9d9;
        font-weight:400}
        tr:nth-last-child(5n+1){
            background:none repeat scroll 0 0 #d9d9d9 !important;
        }
        .colormenu{background:none 0 0 repeat scroll transparent;
        border: none;
        width:796px;
        height: 30px;
        center: unset;z-index:99999;
        padding:0;
        padding-top: 50px;
        max-width:100%;
        margin-bottom:10px}
        .colormenu.fixed{position:fixed;height: 30px; 
        center: unset;
        width: 796px;top:0;left:0}
        .intro td{background:none repeat scroll 0 0 #ffffff!important}
        table{background:#fff none repeat scroll 0 0;
        margin:1px;min-width:500px}
        #drawing-table thead td{
            background: #161b22 !important;
            width:100%;
            background: #0000f4 !important;
            margin:0;margin-top:10px}
        #drawing-table td {border: 1px solid #d9d9d9;
        text-align: center;padding: 0;
        font-family: 'Roboto', sans-serif;font-size: 13px;
        font-weight: bold;padding: 3px 0 3px 0;}
        #color-selector .color{float:left;height:25px;position:relative;width:11%;cursor:pointer}
        #color-selector .color.eraser{background:none repeat scroll 0 0 #fff}
        #color-selector .color.Blue{background:#43a2ff}#color-selector .color.Aqua{background:#00F5FF}#color-selector .color.Teal{background:#43CD80}#color-selector .color.Lime{background:#01FF70}#color-selector .color.Yellow{background:#FFDC00}#color-selector .color.Orange{background:#FF851B}#color-selector .color.Red{background:#FF4136}#color-selector .color.Pink{background:#F012BE}#color-selector .color.Purple{background:#A23BEC}#color-selector .color.Silver{background:#a9a9a9}#color-selector .selected{box-shadow:inset 0 0 0 2px #000}
        #btnSubmit{float:left;margin-top:0;
            font-size:9px;background:#333;
            color:#FFF;font-weight:600;
            border:none;height:25px;
            line-height:25px;
            width:10%;cursor:pointer;
            text-transform:uppercase
            
        }
        #table-wrap{font-weight:700;position:relative}
        #table-wrap table{position:relative;z-index:10}
        #toggle-tracing-mode{display:none}
        #html-wrap textarea{height:50px;margin:0 0 10px;
        overflow:auto;width:100%}
        #btnSubmit{float:left;margin-top:0}
        @media (max-width:767px){
            #drawing-table{min-width:100%;margin-right:-10px;margin-left:-10px
                
            }
            
        }
            @media (max-width:370px){
                #drawing-table td{font-size:10px
            
        }
            
    }
        
        