.links {
	padding-bottom: 1.1em;
}

.vote {
	transition: all 0.1s ease;
	text-align:	center;
}

.vote-box {
	padding-right: 20px;
}

.vote-box-points {
	font-size: 14pt;
	font-weight: bold;
}

.vote-arrow {
	cursor: pointer;
	font-size: 18pt;
}

.vote-arrow-down {
    margin-right: 2px;
}

.vote-arrow-up:hover {
	color: orangered;
}

.vote-arrow-down:hover {
	color: purple;
}