/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Topic styles
--------------------------------------------------------------------------------------------------------------------------------- */
.topic {
	background-size: 100% 100%;
	width: 100%;
}
.topic.box {
	border: 1px solid #FFF;
	padding: 1em;
	margin-top: 1em;
}
.topic.title {
	font-size: 1.3em;
	font-style: oblique;
	color: #F00;
	margin: 0em;
	text-align: center;
	font-weight: bold;
}
.topic.section {
	font-size: 1.1em;
	font-style: oblique;
	margin: 0em;
	font-weight: bold;
}
