
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}

.pkp_structure_page {margin-top:  0 !important; margin-bottom:20 !important; padding-bottom: 20 !important;}


.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th {
  background-color: #6eb247;
  border-bottom:0px solid #ffffff;
  color: #000000;
  width:100%;
  height:30px;
  vertical-align:middle;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
}

.hover td {
  background-color: #6eb247;
  border-bottom:2px solid #ffffff;
  color: #ffffff;
  width:100%;
  height:30px;
  vertical-align:middle;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.hover td a {
  color: #ffffff;
  display:block;
  border-radius: 5px;
}
.hover td img {
  width:100%;  
  height:70px;
  transition: 0.3s;
  border-radius: 5px; 
}
.hover tr :hover {
  background-color: #6eb247;
  color: #000000;
  border-radius: 10px;
}
