/* demo header a little narrower than app fixed width */
div.demo {
	width:740px;
	padding:16px;
}

/* headers are semantically but not visually important */
div.demo h1 {
	font-size:1.3em;
}

/* override the error box color for the demo header */
.demo div.rounded div.body {
	color:black;
	font-size:1.2em;
}

div#issues li {
	margin-bottom:0.5em;
}