/**
 *  MostVisitedStatements lists
 */

.MostVisitedStatements {
	margin: 0;
}

.MostVisitedStatements__topic {
	display: inline-block;
	margin: 0 .5em .9em 0;
}

.MostVisitedStatements__topic a {
	font: normal 0.9em/1.2 "AlwynNewRounded", Tahoma, Geneva, sans-serif;
	display: block;
	padding: 8px 16px 9px;
	border-radius: 4px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	background-color: #00abec;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.MostVisitedStatements__topic a:hover {
	color: #fff;
	background: #1f2e61;
}
