/*-------- 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: 95%;
	margin: auto;
	
}

.head {
	width: 100%;
	padding: 15px;
	background: #3b3b3b;
  	border: 1px solid red;
}

.logo {
	display: block;
	width: 450px;
	height: 130px;
	background: url(https://tampan.b-cdn.net/LOGO%20JP4D.png) center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.menu {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0px;
	background: linear-gradient(to bottom, rgba(52,85,247,1) 0%, rgba(93,93,240,1) 50%, rgba(12,51,245,1) 51%, rgba(31,24,240,1) 71%, rgba(3,11,166,1) 100%);
}

.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;
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.content {
	width: 100%;
	padding: 5px;
	color: white;
  	border: 1px solid red;
}

.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;
}

.foot {
	width: 100%;
	background: #ca2a3f;
	padding: 20px;
	color: white;
}


.foot-ul {
	margin: 0px 15px;
	
}

.foot-ul a {
	text-decoration: none;
	color: white;
	
}

.hktabledata td {
  border:2px solid #5a5a5a;
  text-align:center;
  font-size:16px;
  font-weight:600;
  background:#fff;
  color:#000;
}
.hktabledata .tahun td {
  background: linear-gradient(to bottom, rgba(52,85,247,1) 0%, rgba(93,93,240,1) 50%, rgba(12,51,245,1) 51%, rgba(31,24,240,1) 71%, rgba(3,11,166,1) 100%) !important;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:20px;
}
.hktabledata .hari td {
  background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%) !important;
  text-align:center;
  color:yellow;
  font-weight:bold;
  font-size:16px;
}

@media (max-width:480px) {
  .hktabledata td {
    padding:3px;
    border-width:1px;
  }
  .hktabledata td, .hktabledata .hari td {
    font-size:11px;
  }
  .hktabledata .tahun td {
    font-size:14px;
  }
}
@media only screen and (max-device-width: 1000px) {
	
	.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%;
	}
	
	
	.foot {
		font-size: 12px;
		
    }
    
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
	
}