/* Category */
.sticker-category {
	margin-left: 2px;
}
.sticker-category > span {
	border-radius: 4px;
	white-space: nowrap;
    overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	font-size: 10px;
	line-height: 17px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 4px 1px 4px;
	font-weight: bold;
}
.sticker-category > span + span {
	margin-left: 2px;
}