* {
	max-width: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	background-color: #317ec5;
	margin: 0;
}
a {
	color: yellow !important;
}
a:visited {
	color: #ff00ff;
}
.clear {
	clear: both;
}
.desktop {
	display: block;
}
.header {
	background-color: #0a3358;
	height: 75px;
	display: block;
	width: 100%;
}
.tunggu {
	font-size: 14px;
	text-align: right;
}
.tunggu p {
	margin: 0;
	padding: 28px 20px 0 0;
	color: white;
}
.button {
	display: none;
}
.button img {
	float: right;
	margin: 19px 15px 0px 0px;
}
.promosi {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAIAAAAvP0KbAAAANUlEQVR42mN58+UPCwMDA0H87z8Dy99/EPrf//8s//4hi/1n+QsSh8kD6b8gNchiQJw56SgA4fspzX88cS8AAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	display: block;
}
.promosi p {
	color: #490084;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.black-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: black;
	opacity: 0.7;
}
.whitecontent {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	background-color: white;
	z-index: 999;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.closecontent {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
#whiteblock {
	overflow: hidden;
	color: black;
	text-align: center;
}
#whiteblock p {
	padding: 10px;
}
#article {
	padding: 0 2vw;
	margin: 0px auto;
	text-align: justify;
	width: 50%;
	color: white;
}
#article h1 {
	font-size: 18px;
	text-align: center;
}
.adblock-notice {
	background-color: yellow;
	color: red;
	border-radius: 3px;
	display: none;
}
.adblock-notice p {
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}
iframe {
	margin: 0 auto !important;
}
@media screen and (max-width: 979px) {
	.desktop {
		display: none !important;
	}
	iframe {
		max-width: 100%;
	}
	.whitecontent {
		min-width: 75%;
	}
	#article {
		width: auto;
		max-width: 100%;
	}
}
