.UserGroupDefinitionUserListContainer {
    width: 100%;
    height: 100%;
}

.UserGroupDefinitionUserListGridContainer {
    width: 100%;
    height: 95%;
    float: left;
}

.UserGroupDefinitionUserListGrid {
    width: 100%;
    height: 95%;
    float: left;
}


.UserGroupDefinitionUserListGridHeader {
    width: 100%;
    float: left;
    height: 5%;
}

.UserGroupDefinitionUserListGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 10px;
}

.UserGroupDefinitionUserListGridHeaderCount {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 10px;
    text-align: right;
}

.UserGroupDefinitionUserListButtonContainer {
    width: 100%;
    float: right;
    height: 5%;
}

.backButton {
    width: 140px;
    height: 40px;
    float: right;
}