.link {
    display: block;
    margin-bottom: 0.2em;
}

#imagesContainer {
    border: 1px solid gray;
    border-radius: 0.2em;
    height: 15em;
    width: 16em;
}

.search-container {
    max-width: 1700px;
}

.text-column-maxwidth-250 {
    max-width: 250px;
}

.text-column-maxwidth-150 {
    max-width: 150px;
}

.default-button-size {
    width: 110px;
}

@media all and (max-width: 768px) {
    #grdSearchResults .dx-toolbar .dx-texteditor {
        width: 100% !important;
    }

    #grdSearchResults .dx-toolbar .dx-toolbar-after {
        padding-left: 0px;
        width: 100% !important;
        left: 0;
    }

    #grdSearchResults .dx-datagrid-search-panel {
        margin-left: 0px;
    }
}
