﻿body {
}
#divSearch{
    margin-top: 0;
}
#searchFieldsContainer {
    border: none;
    padding: 0;
    background-image: none;
    box-shadow: none;   
}

.divSearchResults{
    max-width: unset;
}

.divSearchResults-container {
    max-width: 800px;
}

@media (min-width: 1441px){
    .divSearchResults-container {
        width: auto;
    }
}

@media (max-width: 768px) {
    .procedure-content {
        height: 150px;
    }
}

@media (max-width: 600px){
    #searchFieldsContainer {
        width: 90%;
    }

    #ctl00_ContentPlaceHolder1_updatePanel_Doctors {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .procedure-content {
        height: 200px;
    }
}

@media (max-width: 1440px) {
    .procedure-content {
        width: 85% !important;
    }
}