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