@media screen and (min-width: 640px) {
.default_dialog {
	max-width: 75vw;
}
}
.dialog_label {
	text-align: left;
}
.modal__close {
	text-align: right;
}
.modal__close a {
	text-decoration: none;
	color: #656565;
	font-size: 1.25em;
	display: inline-block;
}
.modal__close a img {
	height: 10px;
	width: 10px;
}
.modal__body {
	padding: 0em 3em 1.5em 3em;
}
.modal__body h1 {
    font-size: 2em;
}

[role="alertdialog"], [role="dialog"] {
	border: none;
	border-radius: 4px;
}

@media screen and (max-width: 1323px) {
.button:nth-child(2) {
  margin-left: 0;
}
}