#pk-results {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

#pk-results .pet-box {
    width: 200px;
    height: 250px;
    float: left;
    border: solid 1px silver;
    cursor: pointer;
    margin: 0px 15px 15px 0px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}

#pk-results .pet-box:hover {
    border: solid 1px black;
    background-color: lightgoldenrodyellow;
}


#pk-pet {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 10;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
}

#pk-pet .photo {
    width: 500px;
    height: 375px;
    overflow: hidden;
    border: solid 1px silver;
    margin: 5px;
    float: left;
}

#pk-pet .info {
    width: 450px;
    overflow: hidden;
    margin: 5px;
    float: left;
}

#pk-pet h1 {
    margin: 0px;
}

#pk-pet td, th {
     vertical-align: top;
    padding: 5px;
}

#pk-pet th {
     text-align: right;
}

.pk-hint {
    font-size: .75em; font-style: italic;
}

.pk-button
{
    margin-right:15px;
    padding:0px 10px 0px 10px;
    font-size:1.0em; 
    font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    
    border: solid 0px #ACB5B5;  
    border-radius: 5px;
    color: white;
    background-color: #3F648B;
    font-weight: bold;
    
    min-height:40px;
    min-width:125px;
}

.pk-button-secondary
{
    margin-right:15px;
    padding:0px 10px 0px 10px;
    font-size:1.0em; 
    font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    
    border: solid 1px #ACB5B5;  
    border-radius: 5px;

    min-height:40px;
    min-width:125px;
}

.pk-select {
    font-size: 1.3em;
    min-width: 175px;
}

.pk-filter {
    background-color:#f0f0f0; 
    margin-bottom:10px;
    padding:5px; 
    border:solid 1px black;
    border-radius: 3px;
}