.poll-section {
    padding: 50px 0px;
}

.poll-section h2 {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 55px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

.poll-section h3 {
    text-align: center;
    margin-bottom: 15px;
}

.state-box h4 {
    color: #fff;
    background-color: #a1a1a1;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    height: 30px;
    margin-bottom: 15px;
}

.t-seat {
    color: #ac2543;
    font-weight: 700;
    font-size: 12px;
    display: block;
    line-height: 5px;
    margin-top: 8px;
}

.state-box p {
    background-color: #fff;
    text-align: center;
    height: 30px;
    padding-top: 6px;
    border: 1px solid #a1a1a1;
}

.vote-box h4 {
    color: #fff;
    background-color: #a1a1a1;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    height: 30px;
    margin-bottom: 15px;
}

.vote-box p {
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    height: 30px;
    padding-top: 8px;
}

.maj {
    font-weight: 600;
    font-size: 12px;
}


.state-box {
    margin-bottom: 15px;
}

.maj {
    font-weight: 600;
    font-size: 12px;
}

.bjp {
    background-color: #fe9900 !important;
}

.cong {
    background-color: #00bffe !important;
}

.bsp {
    background-color: #B77C82 !important;
}

.other {
    background-color: #168C98 !important;
}

.other2 {
    background-color: #527BBB !important;
}

.other3 {
    background-color: #CD5C5C !important;
}
.other4 {
    background-color: #50b895 !important;
}
.other5 {
    background-color: #2f2fc5 !important;
}
.other6 {
    background-color: #CD853F !important;
}
.other7 {
    background-color: #A5ADB0 !important;
}