.votes-results-title {
    width: 97%;
    border-radius: 5rem;
    padding: 2.5rem;
    margin: 0 auto;
}

#votesResults {
    display: flex;
    justify-content: center;
    align-items: center;
}

#votesResults div {
    font-size: x-large;
    font-weight: bold;
    width:30%;
    border-radius: 5rem;
    margin: 2rem auto;
    padding: 2.5rem;
}

#votes-list form {
    display: inline;
}

.dlkkvotes-theme-svg {
    width: 2em;
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: .75em;
}
