<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inner-wrap.fwb-logo {
    max-width: 250px;
    padding: 30px;
    margin: 1.5em auto 0;
    float:none;
}

/* resize header */
div#header .contained-section {
	padding-left: 2vw !important;
	padding-right: 2vw !important;
}
div#header .contained-section .menu-row .left-wing {
    width: 40vw !important;
    padding-right: 0 !important;
}
div#header .contained-section .menu-row .right-wing {
    width: 51vw;
}
div.payment-wrapper input {
	max-width: 100% !Important;
	width: 309px !important;
}

.inner-wrap.fwb-logo:first-child &gt;div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-wrap.fwb-logo:last-child img {
    margin: auto;
    max-width: 180px;
}

.fwb-logo-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    float: none !important;
}



@media (max-width: 991px) {
    .inner-wrap.fwb-logo:first-child &gt;div img {
        max-width: 60px !important;
    }

    .inner-wrap.fwb-logo {
        max-width: 120px !important;
        margin-top: 0;
    }

}




@media (max-width:500px) {
    
    div.fwb-logo-block {
       flex-direction:column;
    }
    
    div.inner-wrap.fwb-logo:nth-child(2) {
        position: relative;
        top: -.6em;
    }


    #ophthalmologist .inner-wrap .details-wrap .content-wrap .affiliations {
        flex-direction: column !important;
    }

    div#ophthalmologist .inner-wrap .details-wrap .content-wrap .affiliations img {
        margin-bottom: 2em !important;
        max-width: 200px !important;
    }

    #ophthalmologist .inner-wrap .details-wrap .content-wrap .affiliations img:last-child {
        margin-bottom: 0 !important;
    }
    
}</pre></body></html>