
@media (min-width: 900px) {
    #search_page {
        width: 50%;
    }
}

#show_search_options {
    text-decoration: none;
}


#search_form label {
    font-size: 0.8em;
}

#id_doc_types_basic li, #id_doc_types_advanced li {
    white-space: nowrap;
}

#search_types {
    display: none;
    font-size: 0.8em;
}

.doc_types, #id_keyword_search_type {
    margin-bottom: 0px !important;
}

#id_doc_types_advanced {
    display: none;
}

.go_btn {
    display: block;
}