div {
	box-sizing: border-box;
}

body {
	
	background: white;
	font-family: 'Oswald', sans-serif;
}

.space {
	width: 100%;
	height: 150px;
}
.floating-top {
background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}
.floating-bottom {
background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.floating-top img {
width: 32%;
}
.floating-bottom img {
width: 32%;
}
.headerbanner{
text-align:center;
}
.headerbanner img {
width:49.5%;
}

a {
color: black;
text-decoration: none;
transition: all 0.3s ease;
}

a:hover {
color: #000000;
}

img {
max-width: 100%;
height: auto;
}

/* ===== Layout Styles ===== */
.container2 {
width: 65%;
	margin: auto;
}

.head {
width: 100%;
padding: 20px 0;
background: white;
border:1px solid #ff6600;
margin-top: 20px;
margin-bottom: 5px;
}

.logo {
display: block;
height: 180px;
width: 550px;
margin: 0 auto;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

.menu {
display: block;
	width: 100%;
	text-align: center;
background: linear-gradient(to bottom, #ff802c, #ed6912, #ff6600);
padding: 10px 0;
margin-bottom: 5px;
}

.menu a {
display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: white;
	margin: 0px;
	font-size: 18px;
}
.menu a:hover {
color: black;
}

.content {
background: white;
padding: 10px;
box-shadow: 0 5px 15px #444;
border:1px solid #ff6600;
}
   
   .datapaito {
width: 100%;
margin-bottom: 10px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
background:transparent;
}
#top-bar {
background-color: #291a00;
}
.entry-content a {
text-decoration: none;
}
.entry-content a:hover {
text-decoration: underline;
}
.datapaito td, .datapaito th {
	border:1px solid #ddd; padding:4px 0;  font-weight:normal; text-align:center;
}
.datapaito .tahun th {
	background: transparent; padding:6px 0; font-size:120%; font-weight:bold; color:#fff;
}
.datapaito .hari th {
	background: #ff6600; font-weight:700; color: #fff;
}
.datapaito tr:not(.hari):not(.tahun) td {
	background:white; color:#000; font-size:14px;
}
.datapaito tr:not(.hari):not(.tahun):nth-last-child(5n+1) td {
background:rgb(180, 180, 180); color:#000; font-size:14px;
}
.d-sm-none {
display: none;
}

.lassres {
	width: 98%;
	margin: auto;
}

.lassres table {
	width: 100%;
	
}
 
/* ===== Typography ===== */
h1, h2, h3, h4 {
color: black;
}

h1 {
font-size: 1.7rem;
line-height: 1.0;
text-align: center;
}

h2 {
font-size: 1.5rem;
text-align: center;
}

h3 {
font-size: 1.4rem;
text-align: center;
}

h4 {
font-size: 1.3rem;
}

p {
font-size: 1.1rem;
line-height: 1.7;
}
  .out-link {
	list-style-type: square;
	margin:  0px 15px;
	color: black;
}

.out-link a {
	text-decoration: none;
	color: black;
}  
@media only screen and (max-device-width: 768px) {
	
  .floating-top img {
width:100%
}
.floating-bottom img {
width:100%
}
  .headerbanner img{
  width:100%;
  }
  .container2 {
		width: 100%;
		
		
	}
	
	.logo {
	width: 280px;	
	height: 80px;
	margin: auto;
	}
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
	width: 100%;
	margin: auto;
	
}

.lassres tableresult {
	width: 100%;
	padding: 0 0 0 0;
	border: 1px solid white;	
}

.lassres img {
width: 100%;
height: auto;
padding: 1px 0 0 0;
}
	
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}
  
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 100%;
		
	}

	.banner-top {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

	.banner-top img {
		width: 100%;
		
	}
	

}

@media only screen and (max-device-width: 550px) {
 
  .banner1 img {
		display: inline-block;
		width: 100%;
	}
}  
.banner1 {
		display: block;
		text-align:center;
	}
	
.banner img {
		display: block;
		width: 100%;
		margin: 0px;
	}
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
/* ===== Special Elements ===== */
.update-box {
background: #f9f9f9;
}
.faq-item {
background: #f9f9f9;
}

.faq-question {
color: black;
font-size: 1.3rem;
}

/* ===== Footer ===== */
footer {
text-align: center;
padding: 10px;
color: #000;
font-size: 14px;
}