@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%;
}
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 2rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#ececec;}