table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table thead {
    background-color: #f4f4f4;
}

table th, table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

table th {
    font-weight: bold;
    text-transform: uppercase;
}

table td:first-child {
    text-align: center; /* Центрируем столбец "№ п/п" */
    font-weight: bold;
}
