/* CSS Document */

* {
	color:#fff;
	font-weight: normal;
	margin:0;
	padding:0;
}
body {
	background-color:#333;
}
.topics_outer {
	margin-bottom: 12px;
	/*width: 50%;*/
}
.topics_contents {
	padding-left:12px;
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 639px) {
	.topics_outer {
		font-size: 14px;
	}
}