.remodal-overlay.without-animation.remodal-is-opening,
.remodal-overlay.without-animation.remodal-is-closing,
.remodal.without-animation.remodal-is-opening,
.remodal.without-animation.remodal-is-closing,
.remodal-bg.without-animation.remodal-is-opening,
.remodal-bg.without-animation.remodal-is-closing {
animation: none;
}
.remodal-content {
	text-align: left;
}

.remodal-cancel {
	margin-top: 32px;
}

a.remodal-cancel:hover {
	color: white;
	text-decoration: none;
}

a.remodal-a {
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a.remodal-a:hover {
	text-decoration: none;
	border-bottom: 0;
}