#wrap {
    width: 100%;
}

.field_box {
    float: left;
    width: calc(100% - 65px);
}

.button_box {
    float: left;
    width: 65px;
    text-align: right;
}

.my_box {
    width: 100%;
    padding-bottom: 20px;
}

#wrap_2 {
    width: 100%;
}

.field_box_2 {
    float: left;
    width: calc(100% - 65px);
}

.button_box_2 {
    float: left;
    width: 65px;
    text-align: right;
}

.my_box_2 {
    width: 100%;
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

#js-loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
}

#js-loading-image {
    z-index: 100;
}

.load-import ul{ list-style: none;padding: 0;font-size: 15px; }
.load-import ul li { padding: 10px 0 0; }
    
.importsteps ol { list-style: none; padding-left:1rem; margin:0px }
.importsteps ol li { padding-left : 8px;list-style-type: decimal; font-size:14px }