/*
    <link href="/css/max-600.css" media="only screen and (max-width: 600px)" rel="stylesheet">
*/

.desc:after, .desc::after {
	content: "This browser window is smaller than 600px wide.";
}
body {
	font-size: 0.7em;
}
