.heading__completed {
    /* background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #0d6efd;
    display: inline-block;
    font-size: 15px;
    padding: 15px 20px;
    width: 30%; */
    font-weight: 700;
    font-size: 14px;
}

.for-admin .contentHead__button {
    margin-top: 40px;
}

.for-admin .contentMain {
    margin-top: 40px;
}

.for-admin .voteDate thead tr th:nth-of-type(1) {
    width: 27.5%;
}

.for-admin .voteDate thead tr th:nth-of-type(2) {
    width: 27.5%;
}

.for-admin .voteDate thead tr th:nth-of-type(n+3) {
    width: 15%;
}

.for-admin .voteDate tbody tr td:nth-of-type(1) {
    padding: 10px;
}

.for-admin .voteDate tbody tr td:nth-of-type(n+3) {
    text-align: center;
}
