#sio-profile-list .x-column:nth-of-type(4n) {
  // margin-right: 0;
}

#sio-profile-list .sio-profile {
  // white-space: nowrap;
  text-align: center;
  padding: 45px 0;
}

#sio-profile-list .sio-profile {
  margin: 0 5%;
  width: 90%;
}

@media (min-width: 480px) {
  #sio-profile-list .sio-profile {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #sio-profile-list .sio-profile {
    width: 40%;
  }
}

@media (min-width: 992px) { }

@media (max-width: 1199px) {
  #filter-ini {
    display: inline-block;
  }
  .ini_button {
    display: none;
  }
}

@media (min-width: 1200px) {
  #sio-profile-list .sio-profile {
    width: 22%;
  }
  #filter-ini {
    display: none;
  }
  .ini_button {
    display: inline-block;
  }
}

#sio-profile-list .sio-profile img {
  margin-bottom: 1em;
  border-radius: 140px;
  width: 140px;
  height: 140px;
  object-fit: cover;
}

#sio-profile-list .ini_button {
  border: none;
  float: left;
  margin-right: 4px;
}

#sio-profile-list .ini_button:disabled {
  color: rgb(0, 106, 150);
  font-weight: bold;
}

#sio-profile-list .sio-profile span.name {
  white-space: nowrap;
}

#sio-profile-list .gutter-sizer {
  width: 2.5%;
}

#sio-profile-list .grid-sizer {
  width: 25%;
}

#sio-profile-list select.sio-profile-list-filter {
  max-width: 90%;
}

#sio-profile-list div.form-element {
  white-space: nowrap;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

#sio-profile-list div.form-element label {
  display: inline;
}

#sio-profile-list .x-section:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
