#tagscloud {
	width: 100%;
	height: 300px;
	position: relative;
	font-size: 13px;
	color: #1F314E;
	margin: 0 auto;
	text-align: center;
}

#tagscloud a {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #1F314E;
	font: 400 'Lato', sans-serif;
	text-decoration: none;
	margin: 0 10px 15px 0;
	line-height: 18px;
	text-align: center;
	font-size: 13px;
	padding: 4px 12px;
	display: inline-block;
	border-radius: 50px;
}

#tagscloud a.tagc1 {
	background: #EB3333;
	color: #fff;
}

#tagscloud a.tagc2 {
	background: #149833;
	color: #fff;
}

#tagscloud a.tagc3 {
	background: #FFC424;
	color: #fff;
}

#tagscloud a.tagc4 {
	background: #7943ef;
	color: #fff;
}

#tagscloud a:hover {
	color: #fff;
	background: #000000;
}