.import-round-wizard-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 290px);
}

.import-round-wizard-instructions {
    margin-left: 15px;
    font-weight: 400;
    font-style: italic;
    color: gray
}

.import-round-wizard-table {
    border: 0px solid silver;
    border-radius: 5px;
    padding: 4px 6px;
    margin: 5px;
    height: 550px;
    overflow: auto;
}

.import-round-wizard-checkbox {
    /* display: flex;
    justify-content: center; */
    margin-top: 11px;
    margin-right: 8px;
}

.import-round-wizard-table-cells {
    padding: 0 7px;
}

.import-round-wizard-table-cells-center {
    padding: 0 7px;
    text-align: center;
}

.import-round-wizard-table-cells-right {
    padding: 0 7px;
    text-align: right;
}
