@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.segment-wrapper > label + button.button {
		float: right;
	}

	form .radio-wrapper input[type="radio"]:checked {
		background-color: transparent;
	}

	form.email-form .option-field.select:after {
		content: "";
	}

	.popup-buttons > div, .popup-buttons > a {
		width: 115px;
	}
}