.boxShadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.tebal {
	font-weight: bold;
}

.rataKanan{
	text-align: right;
}

.act-btn{
	background: green;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
	border-radius: 50%;
	text-decoration: none;
	transition: ease all 0.3s;
	position: fixed;
	right: 30px;
	bottom: 30px;
}


@media print {
	.cetak {
		display: none;
	}
}