html, body {
    height: 100%;
}

.user-select {
    .lbjs {
        width: 100%;
    }
}

.organization-list-helper {
    .lbjs {
        width: 100%;
    }
}

.organization-list-selected {
    .role-mapping-role-list {
        display: flex;
        justify-content: space-between;
    }

    ul {
        list-style-type: none;

        .role-mapping-role-list {
            padding: 5px;
            border: 1px solid #ccc;

        }

        .role-mapping-organization {
            display: block;
            font-weight: bold;
        }

        .cross {
            font-weight: bold;
        }

        .role-mapping-role {
            margin-right: 10px;
        }
    }
}

.link-list {
    list-style-type: none;
}