table {
   background: #fff;
   border: solid;
   width: 100%;
   font-weight: bold;
}
table, th, td {
  border: 1px solid black;
}
table .kepala ,.datak1{
   background: linear-gradient(180deg,gray,#222);
   color: #fff;
   padding: 5px;
   text-transform: uppercase;
}