.pkp_site_name .is_img img {
width: auto;
height: auto;
max-height: none;
display : inline-block;
}

.hover{ 
width:100%; 
border-color:#ffd708; 
font-family: lato;
}

.hover th{
height:30px;
background:#ffffff;
color:#000000;
font-size:25px;
}

.hover td{
height:30px;
padding-top:3px;
vertical-align:middle;
border:2px solid #ffd708;
text-align:center;
}

.hover td a {
width:100%;
display:block;
}

.hover tr {
background:#ffffff;
color:$000000;
}

.hover tr:hover {
background-color:#ffd708;
}

.hover tr a {
text-decoration:none;
color:#000000;
}

.hover a:hover{
font-size:20px;
color:#838383;
}