.status {
	padding: 20px;
	margin: 10px;
	background: white;
}

.status:hover, .status.active {
	background: #3A5683;
	color:white;
	cursor: pointer;
}

.topics {
	background-color: #fafafa;
	padding:10px;
}

.topic-title {
	font-weight: bold;
	font-size: x-large;
}