#fp-wrapper {
    width: 100%;
    overflow: hidden; /* will contain if #first is longer than #second */
}
#fp-first {
    width: 45%;
    float:left; /* add this */
    margin-right:10px;    
}
#fp-second {
    width:45%;
    overflow: hidden; /* if you don't want #second to wrap below #first */
    /*margin:5px;*/
}
.fp-petfinder-featured {
    /*height: 200px;
    width: auto;*/
    border: 0px solid #0198e0;
    border-radius: 20px;
    padding: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:95%;
}
div#fp-featured-pet {
    background-position-x: 7px;
    background-position-y: 5px;
    background-repeat: no-repeat;
    border: 1px solid #41c4dd;
    border-radius: 10px;
    padding: 3px;
    background-image: url(/wp-content/uploads/sapcrIcon_40x40.png);
}
#fp-featured-pet a, #fp-featured-pet p {
    color: rgba(0, 96, 137, 1) !important;
}
#fp-featured-pet p {
    padding-top: 15px !important;
    margin-top:15px;
}
.fp-petfinder-featured-Desc {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0px;
    color: #a4e1e1 !important;
    font-size: 13pt !important;
    background-color: #00c7ff33;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 3px;
    border: 0px solid;
    margin: 2px;
}
h2.fp-pet-name {
    background-color: #00c7ff33;
    border-radius: 5px;
    color: rgba(0, 96, 137, 1);
    text-align: center !important;
    line-height:42px !important;	
}