/* styles.css */
.priority-dispatch-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.priority-dispatch-table th,
.priority-dispatch-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.checkbox-cell {
    width: 50%;
}

.price-cell {
    width: 25%;
}

.checkbox-cell input[type="checkbox"] {
    margin-right: 5px;
}
