#page-wrapper {
	background: #e0e8f5;
}

.garis {
	border-left: 1px;
	border-color: #cccccc;
}

.header_title {
	margin: 0.5em 0em -20px 0em;
}

.tabulasi {
	padding: 10px;
	font-family: sans-serif;
}

.tabulasi_item {
	display: inline-block;
}

.tabulasi_item:not(:last-of-type)::after {
	content: '/';
	margin: 0 5px;
	color: #cccccc;
}

.tabulasi_link {
	text-decoration: none;
	color: #999999;
}

.tabulasi_link:hover {
	color: #e51c23;
}

.tabulasi_link_active {
	color: #e51c23;
}

.penutup {
	text-decoration: none;
	color: #e51c23;
}

/*HALAMAN DEPAN*/

.judul {
	margin: 1000px;
}

#utama {
	background: #e0e8f5;
}