#exportedData {
    height: 80px;
    overflow-y: scroll;
    word-break: break-all;
}

#exportedDataSelection {
    max-height: 1px;
    max-width: 1px;
}

#data2import{
    height: 40px;
    overflow-y: scroll;
}

#executionHistory {
    height: 400px;
    overflow-y: scroll;
    word-break: break-all;
}