.live-vote {
    margin-top: 15px;
}
    .live-vote .question {
        margin-bottom: 25px;
    }
.live-vote .choice {
    margin: 15px;
}
    .live-vote .choice img{
        margin-left: 25px;
        width: 180px;
        height: 180px;
        border-radius: 10px;
    }

#vote-btn{
    min-width: 170px;
    box-shadow: none;
}

.live-vote .checked-icon {
    background-color: #35D9A1;
    width: 110px;
    height: 110px;
    border-radius: 69px;
    color: #fff;
}
    .live-vote .checked-icon .mdi {
        font-size: 65px;
    }