.fixed-size-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.fixed-size-container {
  width: 100%;
}
.Layer-100 {
  width: 16px;
  height: 16px;
  padding: 4px 2px 4px 3px;
  box-shadow: inset 0px 2px 2px 0 rgba(49, 49, 49, 0.12);
}
.checkbox-A {
  width: 157px;
  height: 10px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6e6e6e;
}
.nocamfigure {
  width: 141px;
  height: 187px;
  border: 1px solid #a69ea0;
  background: url(../../../images/common/member_photo.png) no-repeat center center;
  background-size: 100% 100%;
}

.camBtnS {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  min-width: 74px;
  height: 34px;
  padding: 0 20px;
  line-height: 32px;
  border-radius: 6px;
  letter-spacing: 0px;
}

.bssMessager .popFooter .camBtnS {
  box-shadow: none;
  height: 32px;
  /*padding-top: 2px;*/
  border: 0;
  background: #bfbabb;
  color: #fff;
  min-width: 74px;
}
.bssMessager .popFooter .camBtnS:hover {
  background: #a99d9f;
  text-shadow: 0 0 1px #817b7c;
}
.bssMessager .popFooter .camBtnS.disabled:hover,
.bssMessager .popFooter .camBtnS.disabled {
    color: #b8b8b8;
    background: #e6e6e6;
    text-shadow: none;
}

.popFooter .fr .camBtnS {
  margin: 0 0 0 1px;
}

.popFooter .fl .camBtnS {
  margin: 0 1px 0 0;
}