.public_template {
    background: url("https://secure.activecarrot.com/media/dynamic/static_images/754/GF background Clayton.jpg") no-repeat top center #fff;
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/754/GF background Clayton.jpg");
    background-position-x: 50%;
    background-position-y: 0%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
}

#footer_wrapper {
    background: none;
    height: 0px;
    width: 950px; /*Classes*/
}
 

h2 {
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    padding: 2px;
    width: 950px;
}
 
#cw-filter-bar {
    width: 250px;
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
}
 
#cw-content-head {
    width: 700px;
    padding: 5px 5px 5px 5px;
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    padding: 5px;
}

#cw_descriptions {
   text-align: left; 
   float:left; 
   width: 950px; 
   padding: 10px;
   border-radius: 5px;
   background-color: #ffffff; 
} 

#cw_descriptions img {
   max-width: 950px;
   border-radius: 5px;
}

/* FACILITY HEADING FIXED HEADINGS*/
#trainer_booking_header > tbody > tr > td.facility_heading_td {
    display: none;
}

td.facility_body_td {
    position: relative;
    left: 59px;
    min-width: 73px !important; 
    line-height: 1.2em;
}

.facility_heading_tr td {
    background: #99cdff;
    border: 2px solid #fff;
}

iframe#trainer_booking_iframe {
    margin-top: 20px !important;
}