/*!
 * vca-widget-user v0.6.4
 * (c) 2020 Johann Sell
 * Released under the MIT License.
 */


.users-list[data-v-07936167] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.users-list[data-v-07936167] .user-role-wrapper {
  margin: 0.5em;
}

.query-tags[data-v-0983c7ba] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}












































