.Users {

    &-users {
        color: $grey;
        padding: 10px 0;
    }

    /* stylelint-disable max-nesting-depth */
    &-search-panel {
        padding-top: 10px;

        .ButtonsRow-active {
            background-color: #ececec;
            box-shadow: inset 0 0 5px 0 #ccc, inset 0 1px 1px 0 #ccc;
        }

        .ButtonsRow {

            button:first-child { /* stylelint-disable selector-no-type */
                height: 31px;
                width: 72px;
            }

            button:last-child {
                height: 31px;
                width: 78px;
            }
        }
    }
    
    /* stylelint-enable max-nesting-depth */
    &-search-table {
        padding-top: 10px;
    }

}
