/*-------- 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: 'Roboto Slab', serif;
	
}


.container {
	width: 75%;
	margin: auto;
	
}

.head {
	width: 100%;
	padding: 15px;
	background: #3b3b3b;
	border: 1px solid red;
}

.logo {
	display: block;
	width: 450px;
	height: 130px;
	background: url(../img/logo-data-pengeluaran-hk.png) center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.menu {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0px;
	background: #ca2a3f;
}

.menu a {
	text-decoration: none;
	color: white;
	display: inline-block;
	width: 16%;
	text-align: center;
	font-size: 16px;
}

.banner {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid red;
}


.banner img {
	display: inline-block;
	width: 48%;
	padding: 0px;
	margin: 0px;
}



.content {
	width: 100%;
	padding: 5px;
	border: 1px solid red;
	color: white;
}

.content p {
	margin: 5px 0px;
	
	
}

h1 {
	text-align: center;
	margin: 15px 0px;
	
}

h2 {
	text-align: center;
	margin: 15px 0px;
	
}

h3 {
	text-align: center;
	margin: 15px 0px;
	
}


.head-title {
	text-decoration: none;
	color: white;
	font-size: 24px;
}

.head-title2 {
	text-decoration: none;
	color: white;
	font-size: 20px;
}

.head-title3 {
	text-decoration: none;
	color: white;
	font-size: 18px;
}

.dp {
	width: 100%;
	display: block;
	text-align: center;
	margin: 15px 0px;
}

.kol-dp {
	width: 10%;
	display: inline-block;
}

.kol-dp table {
	width: 100%;
	
}

.kol-dp td {
	width: 100%;
	text-align: center;
	border: 1px solid #a7a7a7;
	color: white;
}

.foot {
	width: 100%;
	background: #636363;
	padding: 20px;
	color: white;
}

.hk {
	width: 75%;
	margin: auto;
}

.hk table {
	width: 100%;
	background: white;
	
}

.livetngl {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	background: #cd253b;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	border: 1px solid #6f6f6f;
}

.nameprize {
	width: 50%;
	border: 1px solid #6f6f6f;
	font-size: 18px;
	padding: 10px 0px;
	text-align: center;
	background: #cd253b;
	color: white;
}

.numprize {
	width: 50%;
	border: 1px solid #6f6f6f;
	font-size: 18px;
	padding: 10px 0px;
	text-align: center;
}

.numprize img {
	width: 80px;
	height: 15px;
}

.iklanld {
	width: 100%;
	border: 1px solid #6f6f6f;
}

.iklanld img {
	width: 100%;
	
}

.foot-ul {
	margin: 0px 15px;
	
}

.foot-ul a {
	text-decoration: none;
	color: white;
	
}


@media only screen and (max-device-width: 1000px) {
	
	.hk {
		width: 100%;
		
		
	}
	
	.livetngl {
		font-size: 14px;
		
	}
	
	.nameprize {
		font-size: 12px;
	}
	
	.numprize {
		font-size: 12px;
	}
	
	.container {
		width: 100%;
		
	}
	
	.logo {
		width: 100%;
		
	}
	
	.menu {
		padding: 0px;
		
	}
	
	.menu a {
		width: 100%;
		display: block;
		padding: 10px 0px;
		border: 1px solid white;
	}
	
	.banner img {
		display: block;
		width: 100%;
	}
	
	.kol-dp {
		width: 12%;
		font-size: 10px;
		
	}
	
	.foot {
		font-size: 12px;
		
	}
	
	
}