<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS for the default quick keyword search
 *
 * @author Natalie Ash
 * @version 20170505 nna 376710 added keyword search
 * @version 20170718 nna 393810 - moved into a separate file to accomodate page fragment format and adjustments
 **/
#cx_quick_text_search_box {
	padding: 1em;
	display: inline-block;
}

#cx_quick_text_search_box * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cx_quick_text_search_box .radio {
	display: inline;
	float: left;
}

#cx_quick_text_search_box .input{
	margin-top: .5em;
	display: inline-block;
	float: left;
	clear: left;
	width: 100%;
}

#cx_quick_text_search_box .input input {
	width: 73%;
}

#cx_quick_text_search_box .input button {
	width: 25%;
}
</pre></body></html>