/* line 5, /app/app/assets/stylesheets/users.scss */
.roleWrap {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px; }

/* line 11, /app/app/assets/stylesheets/users.scss */
.role {
  display: inline-block;
  width: 200px;
  height: 100px;
  border-radius: 5px;
  padding: 25px; }
