#e13n__iframe {
	border: 0 none;
	height: 100%;
	width: 100%;
}
#e13n__agree-button {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	color: #3e4452;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	padding: 5px;
	transition: all 0.3s;
	width: 150px;
}
#e13n__agree-button:not([disabled]):hover {
	background-color: #41454e;
	box-shadow: 0 1px 5px rgb(65 69 78 / 25%);
	color: #fff;
}
#e13n__agree-button[disabled] {
	opacity: 0.2;
}
#e13n__agree-container {
	border-top: 3px double #ddd;
	font-size: 14px;
	line-height: 1.3;
	padding: 15px;
	text-align: center;
}
#e13n__agree-checkbox {
	margin: 2px 3px 0 0;
	vertical-align: top;
}
#e13n__agree-container > label > span {
	font-weight: 600;
	vertical-align: top;
}
@supports (box-decoration-break: clone) or (-webkit-box-decoration-break: clone) {
	#e13n__agree-container > label {
		background-color: #ffe193;
		border-radius: 5px;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
		padding: 5px 10px;
	}
	#e13n__agree-container > label[data-on] {
		background-color: #ccf1bb;
	}
}
#e13n__action-container {
	align-items: center;
	border-top: 1px solid rgba(0,0,0,0.05);
	display: flex;
	justify-content: space-between;
	padding: 5px 15px;
}
#e13n__download-button {
	border-bottom: 1px dotted;
	font-size: 12px;
	padding-bottom: 2px;
	text-decoration: none;
}
#e13n__download-button:hover {
	border-bottom-style: solid;
}
@media screen and (max-width: 460px) {
	#e13n__action-container {
		flex-flow: column;
		padding: 15px 5px;
	}
	#e13n__agree-button {
		margin-top: 10px;
	}
}
