
    div {
	box-sizing: border-box;
	
}


body {
	background: #6e6e6e;
	font-family: 'Oswald', sans-serif;
}


.iklan-header {
text-align: center;
max-width:728px;
margin:auto;
}
.iklan-header img, .topbanner img, .bottombanner img {
  margin-bottom: 2px;
  border: 1px solid #dd9933;
  width: 100%;
}

.foot {
	width: 100%;
	background: #3d3d3d;
	color: white;
	padding: 20px;
	font-size: 20px;
}

.container1 {
	width: 1200px;
	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: black;
}

.logo {
    display: block;
    max-width: 70%;
    height: 235px;
    background: url("") center no-repeat;
    background-size: 100% 100%;
    margin: auto;
}


.menu {
	overflow: hidden;
	display: flex;
	width: 100%;
	text-align: center;
	background-image: linear-gradient(to top, #b72d2d, #c52c29, #d22c23, #df2d1c, #eb2e12);
	justify-content: center;
	align-items: center;
}

.menu a {
    display: inline-block;
    color: #e8e8e8;
    text-align: center;
    padding: 13px 14px;
    text-decoration: none;
    font-size: 14px;
    border-left: 1px solid #982323;
    border-right: 1px solid #ab2c2c;
    font-family: 'Roboto Condensed', Sans-serif;
    text-shadow: 0 0 2px #222;
}

.menu a:hover {
	color: black;
}

.content {
	width: 100%;
	background: #000000;
	padding: 5px;
}

h1, h2, h3 {
	text-align: center;
	
}

h3 {
	font-family: arial;
	margin: 15px 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;
}

.paito {
	width: 100%;
	margin: auto;
	
}

.paito table {
	width: 100%;
	
}


a:hover {
    color: #b7872d;
}

.out-link {
	list-style-type: square;
	margin:  0px 35px;
	color: white;
}

.out-link a {
	text-decoration: none;
	color: white;
}

.out-link a:hover {
	color: #b7872d;
}

.datatable {
    width: 100%;
    text-align: center;
    border-spacing: 5px;
}

.datatable th {
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 2px;
    border: 1px solid #989898;
    background-image: linear-gradient(to bottom,#e00000,#8c0000);
}

.datatable2 th {
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 2px;
	border: 1px solid #989898;
	background-image: linear-gradient(to bottom,#0000ff,#00008c);
}




.datatable td {
	font-size: 16px;
	padding: 5px 2px;
	border-radius: 4px;
	font-weight: bold;
	background: #e6e7ee;
	color: black;
	box-shadow: 2px 2px 6px #000000, -2px -2px 6px #ff0000;
}
.datatable td:hover {
	color: #000;
	background-color: #ffffff;
}


* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
table {
    border-collapse: inherit;
}

@media only screen and (max-device-width: 1000px) {
	.container1 {
		width: 99%;
		
		
	}
	
	.logo {
	width: 100%;	
	height: 70px;
	}
	
	.menu a {
	display: inline-block;
    color: #e8e8e8;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
    font-size: 14px;
    border-left: 1px solid #ff9500;
    border-right: 1px solid #ff9500;
    font-family: 'Roboto Condensed', Sans-serif;
    text-shadow: 0 0 2px #222;
	}
	
	
	
	.paito {
		width: 100%;
		
	}
	
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
	
}
