<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.membersBox {
/*  width: 100%; */
/*  position: relative; */
}

.membersBox .mtitleouter {
  /* centered - but does not work */
  display: block; 
  margin-left: auto;
  margin-right: auto;
}

.membersBox .mtitle {
  display: inline-block; 
  width: auto;
  font-weight: bold;
  border-bottom: solid;
  border-width: 2px;
}

.membersBox .membersSets {
  height: 166px;
  position: relative;
  width: 100%;
}

.membersBox .membersSet {
/*  height: 166px; */
  position: absolute;
  display: none;
}

.membersBox .member {
  font-size: 12px;
}

.membersBox .active {
  display: block;
}

.membersBox .memberpic img {
  height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.membersBox .navi {
}

.membersBox .mbutton {
  display: inline-block;
}

.membersBox .strike {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 28px;
  margin-left: -5px;
  margin-right: -5px;
  border-width: 0px;
  border-bottom-width: 2px;
  border-style: solid;
}

.membersBox .mbutton img {
  height: 26px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}

.simpleMembersBox .title {
  margin-top: 20px;
  margin-bottom: 20px;
}</pre></body></html>