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