.powers-of-attorney {
    width: 100%;
    min-width: 767px;
    border-collapse: collapse;
}

.powers-of-attorney .table-name {
    caption-side: top;
    text-align: center;
    padding: 20px;
    background: #0f4c82;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.powers-of-attorney .table-name > div {
    margin: 0 auto;
}

.powers-of-attorney th,
.powers-of-attorney td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.powers-of-attorney thead th {
    background-color: #0f4c82;
    color: #FFFFFF;
    font-weight: 500;
}

.powers-of-attorney tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

@media (max-width: 767px) {
    .table__container {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    .powers-of-attorney {
        font-size: 12px;
    }

    .powers-of-attorney .table-name {
        font-size: 14px;
    }
}
