.table-container {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
}

.table-header {
    background-color: #0078D4;
    color: white;
    min-height: 46px;
}

.table-column>div {
    min-width: 100px;
    border: 1px solid #ccc;
    height: 30px;
    text-align: center;
    line-height: 1.5;
}