#ImportOutputTable .row {
    display: table-row;
}

div#ImportOutputTable {
    overflow: auto;
    display: table;
}

#ImportOutputTable .col {
    padding: 1px 10px;
    display: table-cell;
    white-space: nowrap;
}

#ImportOutputTable .row.header {
    font-weight: bold;
}

#ImportOutputTable .row.header .col {
    border-bottom: 2px solid #ffffff42;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#ImportOutputTable .row:hover {
    background: #ffffff12;
}

.importSettings {
    padding: 8px 15px;
    border-radius: 5px;
    background: #ffffff17;
    margin: 10px 0px;
    display: inline-block;
}

.importSettings h3 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

.finalImportDetails{
    display: none;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}