.NumberboxNum0 {display:block;width:16px; height:16px;}
a.NumberboxUncheckedNum0 {background:url('../img/check_off.svg') no-repeat center center;}
a.NumberboxCheckedNum0 {background:url('../img/check_on.svg') no-repeat center center;}
a.NumberboxUncheckedNum0, a.NumberboxCheckedNum0 {display:block;width:16px; height:16px;cursor:pointer;cursor:hand;}
a.NumberboxUncheckedNum0 img, a.NumberboxCheckedNum0 img {width:16px; height:16px;display:inline;border:none;} /* Netscape 6.0 Fix */

.InputHidden {display:none; }

.sheet_row span input {
  display: none;
}

.sheet_row span {
  padding-left:30px;
  position: relative;
  display: block;
}
.sheet_row span:before {
  content:"";
  position: absolute;
  left:0;
}

@media (min-width: 768px) {
  .sheet_row span:before {
    width:16px;
    top:6px;
  }
}

.sheet_row span{
  padding-left:0;
}

.sheet_row span:before {
  display: block;
  position: relative;
  top:0;
  left:0;
  margin:0 auto;
}

@media screen and (max-width: 767px) {
  .sheet_row label:before {
    width:4.8vw;
    height:4.8vw;
    top:0.3vw;
  }
}

.CheckStyled{}

