body {
	margin: 0;
	width: 100%;
	background-color: #dddddd;
	font-family: 'Libre Baskerville', serif;
	font-size: 10pt;
	color: #606060;
}
.stage {
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: black;
}
.info {
	margin: 20pt;
}
.info .title {
	font-size: 15pt;
	margin-bottom: 10pt;
}
.info .comments {
	padding: 10pt 0;
	width: 100%;
	text-align: left;
	margin-bottom: 10pt;
	color: #606060;
	font-size: 10pt;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: monospace;
	border: 1px dotted #c0c0c0;
	border-width: 1px 0;
}
a {
	color: #606060;
}
.alert
{
	color: #c02040;
}

.footer {
	margin-top: 20pt;
}
