.tabelku tr td{
  border-color: rgb(168, 168, 168);
  border-width: 0.05px;
  border-style: solid;
  /* or, of course,
  border: 1px solid #000;
  */
}

.tabelku tr th{
  border-color: rgb(168, 168, 168);
  border-width: 0.05px;
  border-style: solid;
  margin-top :-2px !important
  /* or, of course,
  border: 1px solid #000;
  */
}

.h_padding{
  padding-left: 1%;
}


/* KALO UABH DISINI TOLONG UBAH JUGA DI PRINT CSS NYA */
.cetak_col_kop{
  background: #f3f3f3 !important;
}


.table-kiken table {
  border-top: 1px solid #eee !important; 
}
.table-kiken table tbody tr td, .table-kiken tbody tr th {
  padding: 8px !important;
  border: 0.5px solid #48abf7 !important; 
}
.table-kiken table thead tr th {
  /* padding: 8px !important; */
  border: 0.5px solid #48abf7 !important; 
}


.table-kiken1 table{
  border-top: 1px solid #eee; 
  width: 100%
}
.table-kiken1 table tbody tr td, .table-kiken1 tbody tr th {
  padding: 8px;
  border: 0.5px solid #b6b6b6; 
}
.table-kiken1 table thead tr th {
  padding: 8px;
  border: 0.5px solid #b6b6b6; 
}