.sunset-hide {
	display: none;
}
.sunset-disable-scroll {
	overflow: hidden;
}
.sunset-overlay {
	position: absolute;
	z-index: 2147483646;
	top: 0;
	left: 0;
	background: #aaa;
	opacity: .3;
}
.sunset-dialog {
	position: absolute;
	z-index: 2147483647;
	overflow-y: auto;
	padding: 8px;
	border: 2px solid #686868;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(0,0,0,.9);
	background-color: #f4f4f4;
}
.sunset-dialog h1 {
	margin-top: 21px;
	margin-bottom: 10.5px;
	font-size: 28px;
}
.sunset-dialog h3 {
	margin-top: 21px;
	margin-bottom: 10.5px;
	font-size: 18px;
}
.sunset-dialog a {
	color: #3686cc;
}
.sunset-dialog a:hover {
	color: #2f72b1;
}
.sunset-dialog-titlebar {
	position: relative;
	padding: 1em;
}
.sunset-dialog-titlebar-close {
	position: absolute;
	top: .1em;
	right: .5em;
	cursor: pointer;
}
.sunset-dialog-titlebar-close::before {
	content: 'x';
	font-size: 21px;
	color: black;
}
.sunset-dialog-content {
	max-width: 960px;
	margin: 20px auto 40px;
}
.sunset-dialog-content-verbiage {
	max-width: 800px;
	margin: 40px auto;
	text-align: center;
}
.sunset-dialog-content-information {
	text-align: center;
}
.sunset-dialog-content-col {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.sunset-dialog-content-table {
	display: table;
	margin: auto;
}
.sunset-dialog-content-row {
	display: table-row;
}
.sunset-dialog-content-cell {
	display: table-cell;
	padding: 0 8px;
}
