.editModuleLibrary__container .eml__header {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px 12px 20px;
    border-bottom: 1px solid #E0E0E0;
}

.editModuleLibrary__container .eml__header > span {
    font-family: GlowSemiBold;
}

.editModuleLibrary__container .eml__header > img:hover {
    cursor: pointer;
}

.editModuleLibrary__container .eml__body {
    padding: 0 20px 15px 20px;
}

.editModuleLibrary__container .eml__body .eml__item {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.editModuleLibrary__container .eml__body .eml__item.eml__moduleName > input {
    padding-left: 10px;
}

.editModuleLibrary__container .eml__body .eml__item-name {
    margin-bottom: 4px;
    color: #808080;
}

.editModuleLibrary__container .eml__body .eml_system-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.editModuleLibrary__container .eml__body .eml_system-info > span {
    margin-left: 7px;
}

.editModuleLibrary__container .eml__body .eml__item .eml__imported-info__container,
.editModuleLibrary__container .eml__body .eml__item .eml__converted-info__container,
.editModuleLibrary__container .eml__body .eml__item .eml__synchronized-info__container {
    display: flex;
    justify-content: space-between;
}

.editModuleLibrary__container .eml__body .eml__item .eml__imported-info__container .eml__imported-by,
.editModuleLibrary__container .eml__body .eml__item .eml__converted-info__container .eml__converted-by,
.editModuleLibrary__container .eml__body .eml__item .eml__synchronized-info__container .eml__synchronized-by {
    color: #B6B6B6;
}

.editModuleLibrary__container .eml__footer {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 15px 20px;
}

.editModuleLibrary__container .eml__footer .ui-btn-light {
    width: 131px;
}

.editModuleLibrary__container .eml__footer .ui-btn-grey {
    margin-right: 30px;
}