
/* menyembunyikan tombol aksi */
.action {
	display: none;
}

/* memberikan border pada tabel */
.table { border-right: 0px solid black; border-bottom: 0px solid black; width:80mm; }
.table th, .table td { border-left: 0px solid black; border-top: 0px solid black; padding: 0px; font-size: 20px}
