.tagsPanel {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #8c8c8c;
	position: relative;
}

.tagsPanel a {
	padding: 0 2px;
}

.tagsPanel span .news_tag_element:after {
	content: ", ";
}

.tagsPanel span .news_tag_element:last-child:after {
	content: "";
}

.tagsPanel .show_all_tags {
	float: right;
}

.tagsPanel p {
	margin-bottom: 10px;
}