.vote-message {
		margin-top: 5px;
		padding: 10px;
		border-radius: 4px;
		font-size: 14px;
}

.vote-message.success {
		color: #155724;
		background-color: #d4edda;
		border: 1px solid #c3e6cb;
}

.vote-message.error {
		color: #721c24;
		background-color: #f8d7da;
		border: 1px solid #f5c6cb;
}