open-import {
    .me-export-dataset-form {
        float: left;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 10px;
    }
    .me-imp-title {
        font-size: 13px;
        width: 100%;
        font-family: arial;
        padding: 0px 0px 5px 2px;
        margin-bottom: 0px;
    }
    .me-imp-item-container {
        float: left;
        width: calc(100% - 12px);
        padding: 5px;
        border: 1px solid #bdbdbd;
        height: calc(100% - 63px);
    }
    .me-imp-button-panel {
        float: left;
        width: 100%;
        height: 37px;
        margin-top: 3px;
        text-align: right;
        border-top: 1px solid #bdbdbd;
        padding-top: 0px;
    }
}