.p-table {
    width: 100%;
    font-size: 1rem;
    color: #000;
    border-collapse: collapse;
}

.p-table tfoot tr td,
.p-table thead tr th,
.p-table tr:nth-child(even),
.p-table tr:hover {
    background-color: #f2f2f2;
    color: #000;
}

.p-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.p-table th,
.p-table td {
    padding: 3px 5px;
    border: 1px solid #ddd;
}

.p-table thead tr th,
.p-table tfoot tr td {
    font-weight: bold;
    border: 1px solid #ddd;
}

.pagination-box {
    margin-top: 15px;
    text-align: center;
}

.pagination-box input {
    width: 160px;
    text-align: center;
    margin: 0 10px;
}