.topic-h1 h1 {
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 45px;
	color: #363636;
	margin-bottom: 45px;
}

.topic-list {

}

.topic-list .pagination {
	margin: 0;
	padding: 0;
}

.topic-list .topic-list-item:first-of-type {
	padding-top: 30px;
}

.topic-list .pagination:first-child {
	padding-top: 20px;
}

/*.topic-list .pagination:first-child + .topic-list-item {*/
/*margin-top: 0;*/
/*}*/

/*.topic-list .pagination:last-child {*/
/*margin-top: 20px;*/
/*margin-bottom: 0;*/
/*}*/

.topic-h2 h2 {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 25px;
	color: #363636;
	margin-bottom: 25px;
}

.topic-list-item {
	/*margin-top: 75px;*/
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #363636;
	border-bottom: solid 1px #cccccc;
}

.topic-list-item h2 {
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 18px;
	color: #3299bb;
	margin-bottom: 10px;

}

.topic-list-item h2 a {
	color: #3299bb;
}

.topic-list-item .topic-container-left {
	padding-right: 10px;
}

.topic-list-item .topic-container-right {
	padding-left: 10px;
}

.topic-list-item .topic-description {
	font-family: 'Roboto-Light', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #363636;
	word-break: break-all;
}

.topic-list-item .topic-container-right {
	font-family: 'Roboto-LightItalic', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.topic-list-item-category {
	margin: 15px 0 15px 0;
}
