.rate-good-icon:before { }

.rate-bad-icon:before { }

.rate-good-icon:hover:before { }

.rate-bad-icon:hover:before  { }

.rate-good-icon:before, .rate-bad-icon:before { }

.own, .rate-good-icon.rated_bad, .rate-bad-icon.rated_good { display: none; }

.rate-good-icon.rated_good:before { }

.rate-bad-icon.rated_bad:before { }

.user-reputation span {
	/*color: #536482;*/
        color: #e9ebee;
	font-weight: normal;
	width: 18px;
}
.user-reputation span strong {
    color: #e9ebee;
}

.post-reputation {
  	padding-bottom: 0;
  	height: 20px;
  	font-weight: bold;
		cursor: auto !important;
		width: 18px;
}

.post-reputation:hover { text-shadow: 0 0 #fff; }

.post-reputation.positive span, .post-reputation.negative span { color: #fff; font-size: 12px; position: relative;  }

.post-reputation.positive::before { color: #00ab00;}

.post-reputation.negative::before { color: #D31141;}

.post-reputation.neutral, .post-reputation.positive, .post-reputation.negative {
	margin-right: 15px;
}

.post-reputation.neutral span { color: #fff; font-size: 12px; position: relative; }


.reputation-avatar img {
	width: 40px;
	height: initial;
}
