#privacy-policy {
	-webkit-overflow-scrolling: touch;
	background: #CCCCCC;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	width: 100vw;
}

#privacy-policy #container {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
}

#privacy-policy #welcome {
	font-family: "RubikMedium";
	font-size: 25px;
	margin-bottom: 25px;
}

#privacy-policy #logo {
	margin-bottom: 25px;
	text-align: center;
	width: 150px;
}

#privacy-policy #disclaimer {
	margin-bottom: 25px;
	margin-left: 50%;
	text-align: left;
	transform: translateX(-50%);
	width: 80%;
}

#privacy-policy #checkbox {
	float: left;
	height: 100px;
	width: 30px;
}

#privacy-policy #text {
	font-size: 15px;
}

#privacy-policy a.link,
#privacy-policy a.link:active,
#privacy-policy a.link:hover,
#privacy-policy a.link:link,
#privacy-policy a.link:visited {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

#privacy-policy #blank {
	clear: both;
}

#privacy-policy .continue-button {
	background: #4C4C4C;
	border-radius: 5px;
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 15px;
	margin-left: 50%;
	padding: 10px;
	transform: translateX(-50%);
	width: 50%;
	transition: 0.2s;
}

#privacy-policy .selected {
	background: #FFE800 !important;
	color: #000 !important;
}