

.user-reputation span {
	color: #536482;
	font-weight: normal;
}

.post-reputation {
	padding-bottom: 0;
	height: 22px;
	font-weight: bold;
	cursor: auto !important;
    display: block;
    background:none !important;
    margin-top:4px;
}

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

.post-reputation.positive span {background:none; color: #6F8F52; }
.post-reputation.negative span {background:none; color: #B82929; }
.post-reputation.neutral span {background:none; color: #666666; }

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



.rate-good-icon:before {content: "\f14f"}
.post-buttons .icon-button.rate-good-icon {padding: 0 !important;}
.post-buttons .icon-button.rate-bad-icon {padding: 0 !important;}
.rate-good-icon:hover {color:#7db51c !important}
.rate-bad-icon:before {content: "\f13d"}
.rate-bad-icon:hover {color:#c32b2b !important}

