.sync-status-table-container {
    padding: 20px 20px 20px 0px;
    width: 800px;
}

.sync-status-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.sync-status-table-header {
    background-color: #c1c1c1;
}

.sync-status-table-header th {
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

.sync-status-table-row {
    border-bottom: 1px solid #ddd;
}

.sync-status-table-row td {
    padding: 10px;
    text-align: center;
}

.sync-status-display-none {
    display: none;
}

.sync-status-channel-icon {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.sync-status-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sync-status-date {
    font-size: 12px;
    color: #555;
    margin-top: 2px;
}

.sync-status-table th:first-child,
.sync-status-table td:first-child {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
