.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:20px;
	background:#ffffff;
	color:#240c32;
	}
.hover td{
	height:20px;
	padding-top:3px;
	vertical-align:middle;
	border-bottom:1px solid #ffffff;
	text-align:center;
	transition: 0.3s;
   	 transition-property: all;
   	 transition-duration: 0.3s;
   	 transition-timing-function: ease;
   	 transition-delay: 0s;
}
.hover td a {
	width:100%;
	display:block;
}
.hover tr {
	background:#240c32;
	color:#ffffff;
}
.hover tr:hover {
	background-color:#f88c00;
}
.hover tr a {
	color:#ffffff;
}

.pkp_footer_content img:hover {
 transition: 0.3s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
 transform: scale(1.1);
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
}

.pkp_footer_content {
  padding: 10px 0px 0px 0px;
  vertical-align: middle;
  margin-bottom: 0 !important;
  
}

.footer-credits, .footer-location, .pkp_brand_footer {
    margin-bottom: 0 !important;
}

/* Hilangkan space ekstra paling bawah */
body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_brand_footer {
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  clear: both;
}

.footer-credits {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

.pkp_brand_footer img {
  max-height: 40px;
}