﻿
.election h5::before {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-family: bootstrap-icons !important;
}

.election.voting h5::before {
    content: "\F224";
}

.election.nomination h5::before {
    content: "\F154";
}

.election h5{
    margin-bottom: 0px;
}

.election a {
    text-align: right;
    display: block;
}