.fmwp-topic-votes-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: nowrap;
}

.fa-upvote:before {
	content: "\f0d8";
	vertical-align: bottom;
	margin-top: 3px;
}
	
.fa-downvote:before {
	content: "\f0d7";
	vertical-align: bottom;
	margin-top: 3px;
}

.voted .fas {
	color:#333;
}

.fmwp-vote-btn {
	vertical-align: bottom;
}

.fmwp-topic-votes-wrapper > span {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: nowrap;
	margin-left: 10px;
}


.fmwp-topic-votes-wrapper > span > .counter {
	margin-right: 3px;
}

.fmwp-reply-votes-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: nowrap;
}

.fmwp-reply-downvotes-wrapper {
	margin-left: 10px;
}