.page-body-group-list a {
  text-align: center;
}
.page-body-group-list .goto-setup-button {
  position: absolute;
  top: 219px;
  right: 0px;
  z-index: 99;
}
.page-body-group-list .goto-group-button {
  float: right;
  margin-right: 2px;
}
.page-body-group-list #group-detail-box {
  overflow: hidden;
}
.page-body-group-list .desktop-hide-it {
  display: initial;
}
.page-body-group-list .mobile-hide-it {
  display: none;
}
.touchevents .page-body-group-list .desktop-hide-it {
  display: none;
}
.touchevents .page-body-group-list .mobile-hide-it {
  display: initial;
}
