ul {
  padding: 0;
  list-style-type: none;
}

.buttons {
	display: flex;
	justify-content: center;
}

#continue, #button--loading {
	width: 75%;
}

label {
	font-size: 16px;
}

.CheckboxMultiSelect {
    position:relative;
}

.CheckboxMultiSelect #extension_TermsOfUse_V1 {
    margin-right: 8px;
}

.CheckboxMultiSelect a{
	display: none;
}

.CheckboxMultiSelect .error.itemLevel {
    display: none;
}

.attrEntry{
  margin: 24px auto;
  width: 75%;
}