.migration-entities-dates-table-container {
    padding: 20px 20px 20px 0px;
    width: 600px;
}

.migration-entities-dates-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.migration-entities-dates-table-header {
    background-color: #c1c1c1;
}

.migration-entities-dates-table-header th {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.migration-entities-dates-table-row {
    border-bottom: 1px solid #ddd;
}

.migration-entities-dates-table-row td {
    padding: 10px;
    text-align: center;
}

.migration-entities-dates-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.migration-entities-dates-date {
    font-size: 12px;
    color: #555;
    margin-top: 2px;
}

.migration-entities-dates-table th:first-child,
.migration-entities-dates-table td:first-child {
    width: 120px;
    white-space: nowrap;
    table-layout: fixed;
}

.migration-entities-dates-table th:nth-child(2),
.migration-entities-dates-table td:nth-child(2),
.migration-entities-dates-table th:nth-child(3),
.migration-entities-dates-table td:nth-child(3) {
    width: calc((100% - 120px) / 2);
}