.warehouse-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.warehouse-table th,
.warehouse-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.warehouse-table th {
    background-color: #f4f4f4;
}
