
.gpc-table-wrapper {
    overflow-x: auto;
}
.gpc-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}
.gpc-table th, .gpc-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.gpc-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.gpc-table tr:nth-child(even) {
    background-color: #fafafa;
}
