.fixed-votePage {
    position: fixed;
    top: 250px;
    left: 0;
    z-index: 999;
}

.fixed-votePage .buttonDiv img {
    width: 75px;
    height: auto;
}

.fixed-votePage .buttonDiv:hover {
    transition: margin 500ms;
    margin-left: -15px;
}

.vote {
    width: 80%;
    display: block;
    margin: auto;
}

.vote .vote-list {
    padding: 5px;
    background-color: #a8d5ba;
    margin-bottom: 5px;
    border-radius: 5px;
}

.vote .vote-list:hover,
.vote .vote-list.active {
    background-color: #88c399; 
}

.vote .form-check .form-check-input:checked {
    background-color: #4caf50; 
    border-color: #4caf50;
    margin-top: 7px;
}

.vote .total-vote {
    margin-top: 20px;
    text-align: center;
}

.vote .total-vote a {
    text-decoration: underline;
}

.text-right {
    text-align: right;
}