body {
  background-color:white;
}
.halaman {
  display: inline-block;
}

.halaman a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.halaman a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.halaman a:hover:not(.active) {background-color: #ddd;}
body{

    background-color: #eee; 
}

table th , table td{
    text-align: center;
}

table tr:nth-child(even){
    background-color: #BEF2F5
}

.pagination li:hover{
    cursor: pointer;
}
		table tbody tr {
			display: none;
		}
