/** hf.css */
div#goc-ft-logo {
    display: block;
}

.submit-btn {
    bottom: auto;
    margin: auto;
}

#rfp-form-page  #goc-footer {
    padding-bottom: 35px;
}

@media only screen and (max-width:759px){
    body.longtermsolution .content-header-image .view-gallery-link{
        display:block
    }
}

html.meMobile body {
    overflow: scroll !important;
}

.ui-datepicker .ui-datepicker-next {
    background: url(/media/meetings/static/css/images/calendar-right-arrow.png) 0 0 no-repeat;
}

.ui-datepicker .ui-datepicker-prev {
    background: url(/media/meetings/static/css/images/calendar-left-arrow.png) 0 0 no-repeat;
}

.submit-request-form div.row div.formElementBox div span#charsRemainingAudioVisualRequest {
	padding-right: 35px;
}

.bookTabs .bookTab {
    display: block !important;
    width: 25% !important;
}

.bookTabs .bookTab:last-child {
    border-right: none !important;
}

/** debug css */
.debug {
    background-color: yellow;
    display: none;
    font-family: Helvetica,Arial;
    left: 0;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.debug table {
    margin: 0 auto;
    width: 100% !important;
}
.debug table td {
    padding: 5px !important;
}

	
