@import "search_results.css";
/**
 * This stylesheet is a wrapper around the actual stylesheet:
 * the form of the import rule above  is a CSS hack/bug
 * that prevents 4.0 browsers from importing the actual
 * stylesheet.
 *
*/

#cssnotice {
    border: 3px solid #d04040;
	text-align: center;
	color: black;
	font-weight: bold;
	background: #faf6f6;
	padding: 1em;
}