.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 

/* Settings for QA section headers. */
.qa-heading {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #126ab5;
}

/* Settings for yellow QA alert boxes. */
.qa-alert-yellow {
  background-color: #fffccc;
  border-style: solid;
  border-width: 3px;
  border-color: #fff44e;
}
.qa-alert-yellow i {
  color: #000000;
}

/* Settings for blue QA alert boxes. */
.qa-alert-blue {
  background-color: #d1e7fa;
  border-style: solid;
  border-width: 3px;
  border-color: #126ab5;
}
.qa-alert-blue i {
  color: #000000;
}

/* Settings for green QA alert boxes. */
.qa-alert-green {
  background-color: #d8f3dc;
  border-style: solid;
  border-width: 3px;
  border-color: #39b54a;
}
.qa-alert-green i {
  color: #000000;
}

/* Settings for purple QA alert boxes. */
.qa-alert-purple {
  background-color: #e0ddee;
  border-style: solid;
  border-width: 3px;
  border-color: #3c3464;
}
.qa-alert-purple i {
  color: #000000;
}
/* Settings for blue QA info boxes with dashed border. */
.qa-infobox-blue {
  margin: 10px;
  padding: 10px;
  border-style: dashed;
  border-width: 3px;
  border-color: #126ab5;
}
