.table th,
.table td {
    text-align: center;
}

.table th {
    white-space: nowrap;
}

.table-responsive {
    box-shadow: 0 4px 8px rgba(207, 201, 201, 0.1);
    border-radius: 10px;
    overflow-x: auto;
}

.table {
    border-radius: 10px;
    overflow: hidden;
}