.karma span {
	display: inline-block;
}

.upvote, .downvote {
	width: 15px;
	height: 14px;
	opacity: 0.74;
	cursor: pointer;
	background-image: url('../../img/wmma/karma-arrows.png');
	background-repeat: no-repeat;
}

.upvote:hover, .downvote:hover {
	opacity: 1;
}

.downvote {
	background-position: -15px 0;
}

.upvote.active {
	background-position: 0 -14px;
}

.downvote.active {
	background-position: -15px -14px;
}

.archived .upvote, .archived .downvote,
.archived .upvote:hover, .archived .downvote:hover,
.downvote.disabled, .downvote.disabled:hover {
	opacity: 0.25;
	cursor: default;
}

.points {
	height: 14px;
	min-width: 13px;
	margin: 0 2px;
	text-align: center;
	font-weight: normal;
	font-family: monospace;
}

.additional-karma-container {
	width: 10px;
	height: 14px;
}

.hidden-panel {
	border: 1px solid #8EB1C4;
	text-align: center;
	margin: 10px 0;
	padding: 4px;
}

.hidden-panel a {
	font-weight: bold;
	color: #126191;
}

.comment.hidden {
	display: none;
}

.shoptags {
	margin-left: 6px;
	margin-right: 7px;
	background: #6d6d6d;
	text-align: center;
	padding: 6px 0px;
	margin-top: 20px;
}

.shoptags a {
	color: white;
	font-size: 14px;
	font-family:  "Roboto Condensed";
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	margin: 0px 15px;
	height: 19px;
}

.shoptags a:nth-of-type(2) {
	background: url(https://mma.bg/img/shoptags-phone.gif) no-repeat top left;
	padding-left: 14px;
}

.shoptags a:nth-of-type(3) {
	background: url(https://mma.bg/img/shoptags-loc.gif) no-repeat top left;
	padding-left: 19px;
}

.shoptags a:nth-of-type(4) {
	background: url(https://mma.bg/img/shoptags-clock.gif) no-repeat top left;
	padding-left: 30px;
}
