﻿@charset "UTF-8";

#age-check {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	box-sizing:border-box;
	z-index:5000;
}

.age-check-modal {
	display:block;
	width:90%;
	max-width:600px;
	height:auto;
	padding:1em;
	margin:5% auto;
	background:rgba(255,255,255,1);
	box-sizing:border-box;
}

.age-check-modal h2 {
	font-size:120%;
	text-align:center;
	margin-bottom:1em;
}

#parmanent-check {
	margin:1em 0 0;
}

