/* If not overridden by a subsequent {display: none} we display a box saying that CSS is not supported */
#css-test {margin-left: 10%; margin-right: 10%;}
div.css-test-message {background: yellow; color: black; padding: 0.5em; border: 3px solid red;}
.css-test-message {font-weight: bold;}
