@charset "utf-8";
/* override styles when printing */
@media print {
body {
	margin: 0;
	color: #000;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}
footer, aside, nav, select, input, label, .menu, .hero, .hidecetak, .tombol {
  display: none;
}
#logo-header {
	padding: 10px 0px 0px 10px;
	height: 100px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

table{
	border-spacing:0;
}
table thead 
   {
    display: table-header-group;
   }
th, td {
	border: 1px solid #000000;
	padding: 5px;
}
th {
	font-size:12px;
  	font-weight:bold;
}
td {
  	font-size:10px;
}
.img-round {
	width: 50px;
	overflow: hidden;
	border-radius: 100%;
	height: 50px; 
	object-fit:cover;
}
.img-box {
	width: 50px;
	overflow: hidden;
	height: 50px; 
	object-fit:cover;
}
.img-box-100 {
	width: 100px;
	overflow: hidden;
	height: 100px; 
	object-fit:cover;
}
.img-round-sm {
	width: 30px;
	overflow: hidden;
	border-radius: 100%;
	height: 30px; 
	object-fit:cover;
}
.img-sm {
	width: 30px;
	overflow: hidden;
	height: 30px; 
	object-fit:cover;
}
.endpage {
	break-after: always;
}
}