.alert-body 	{
	background:white;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);

	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}


.alert-h1 	{
	font-size: 1.5rem;
	background: black;
	color: white;
	margin-bottom: 1em;
	text-align: center;
	text-shadow: var(--text-shadow);
	padding: .75em;
}

.alert-message 	{
	font-size: 1.4rem;
	line-height: 1.4rem;
	text-align: center;
	text-wrap: balance;
	margin: 1em;
}


.alert-message hr {
	margin: .5em auto;
	width: 80%;
}


.alert-buttons	{
	padding:15px 0 25px;
	display: flex;
	justify-content: space-around;
}


.alert-buttons input[type="button"]:last-child{
	margin-right:0;
}

.alert-buttons input[type="button"] 	{
	font-size: 1.5rem;
	margin: 1em;
	margin-top: 0;
	min-width: 100px;
	width: auto;
	padding: 1em;
}

.alert-ul 	{
	margin-left: 1em;
	text-align: left;
	text-wrap-style: pretty;
}

.alert-ul li 	{
	margin-bottom: .5em;
}