/* TODO: Use LESS/SASS and autoprefixer? */

.tag-list
{
	list-style: none;
	margin: 10px 0;
	margin-bottom: 20px;
	padding: 0;
}

.tag-list-inline
{
	display: inline-block;
	margin-bottom: 0;
}

.tag
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tag > span, .tag > a
{
	background: #eee;
	border-radius: 6px;
	padding: 5px 7px;
	color: #000;
	text-decoration: none;
	transition: 0.1s;
}

.tag > a:hover
{
	background: #347fff;
	/* Have to override the body.epoll rule. */
	color: #fff !important;
}

.tag .remove
{
	margin-left: 2px;
	transition: 0.1s;
}

.tag .remove:hover
{
	color: #347fff;
}

.tags-view-results
{
	clear: both;
}

.tags-view-vote
{
	clear: both;
	padding-top: 15px;
}
