#static_search_result .find_form span.text,
#static_search_result .find_form span.required,
#static_search_result .find_form span.exclude {
    display: block;
    color: #6c757d;
}

#static_search_result .find_form input {
    background-color: #fff;
	border: 1px solid #b5b5b5;
    height: 38px;
	padding: 8px;
	font-weight: 300;
	outline: none !important;
}
#static_search_result .find_form input[name="text"] {
    width: calc(100% - 150px);
}
#static_search_result .find_form button {
    height: 38px;
    width: 150px;
    border: none;
    background-color: #0050b2;
    color: #fff;
}
#static_search_result .find_form button:hover {
    background-color: #0050b2;
    box-shadow: inset 0 0 0 100px RGBa(255, 255, 255, 0.1);
}
#static_search_result .find_form #static_search_extend_trigger {
    display: flex;
    width: 260px;
    height: 28px;
    background-color: #f4f4f4;
    border: 1px solid #b5b5b5;
    color: #6c757d;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
    text-decoration: none;
}
#static_search_result .find_form #static_search_extend_trigger:hover {
    border-color: #6c757d;
    color: #464c52;
}
#static_search_result .find_form input[name="required"],
#static_search_result .find_form input[name="exclude"] {
    width: 260px;
}
#static_search_result .search_stat {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    font-size: .88rem;
    color: #6c757d;
}
#static_search_result ol {
    /*background-color: #f4f4f4;*/
    padding: 24px 24px 24px 38px;
}
#static_search_result ol > li {
    border-bottom: 1px dotted #b5b5b5;
    margin-bottom: 12px;
}
#static_search_result ol > li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}