/* NOT REQUIRED */
/* Just some example CSS */
.tagsort-tags-container span {
	display: inline-block;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  height: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 5px;
  margin-right: 10px;
  
}
.tagsort-tags-container span:hover {
	color: #fff;
	background-color: #d4206e;

}
.active {
	color: #fff;
	background-color: #ddd;
}

.tagsort-tags-container{

}