
/* menyembunyikan tombol aksi */
.action {
	display: none;
}

/* memberikan border pada tabel */
.table { border-right: 1px solid black; border-bottom: 1px solid black; border-top: 1px solid black;}
.table th, .table td{ border-left: 1px solid black; border-top: 1px solid black; padding: 3px; font-size: 13px; color:#000000;}

.table5 { border-right: none; border-bottom: none; border-top: none; border-left: none; background:#fafafa;}
.table5 th, .table5 td{ border-left: none; border-top: none; padding: none; font-size: 18px; color:none; background:#fafafa;}

.table6 { border-right: none; border-bottom: none; border-top: none; border-left: none; background:#fafafa;}
.table6 th, .table6 td{ border-left: none; border-top: none; padding: none; font-size: 9px; color:none; background:#fafafa;}


