.fixedElement
{
    background:none;
    border:none;
    padding: 0 10px;    
}
.custom-Column
{
    background:none;
    padding:5px;
}

.vote {
    background: #1AA7EC;
    text-align:center;
}

.vote-btn
{
    color:white;
}

.event-cars
{
    text-align:center;
    background: white;
    border:1px solid #1AA7EC;
    width: 200px;
}
.event-cars-btn
{
    color:#1AA7EC;
    
}

.vote_yes,.vote_cancel,.thanks_btn
{
    width: 120px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 20px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #0E183C;
    border-radius: 39px;
    border:none;
}

.note-text
{
    text-align: left;
    color: #0E183C;
    font-size: 12px;
    font-weight: 600;
}

.modal-body
{
    font-size: 13px;
    font-weight: 600;
}