.verificationInfoText {
  display: none !important;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0px 0px 3px rgba(0, 0, 150, 0.4);
  height: 1.4rem;
  margin-right: 4px;
  width: 1.4rem;
  position: relative;
}
input[type="checkbox"]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2714";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4b4c4d;
  vertical-align: top;
  text-align: center;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 0.9;
}
#attributeList ul li.CheckboxMultiSelect {
  margin-top: 3rem;
}
body #attributeList ul li label[for="extension_termsOfUse"],
body #attributeList ul li label[for="termsOfUse"] {
  display: none !important;
}
#attributeList ul li label[for="extension_termsOfUse_True"],
#attributeList ul li label[for="termsOfUse_true"] {
  margin-top: -0.25rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.terms-of-use-link {
  display: inline-block;
  font-weight: bold;
}
