html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: black;

	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #666666;
}
div {
	cursor:inherit;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
img {
	vertical-align: top;
}

.top-spacer {
	height: 100px;
}
.logo {
	text-align: center;
	padding: 8px 0 8px 0;
	background-color: black;
	min-width: 300px;
}
.logo-resize img {
	width: 300px;
}
.box {
	background-color: white;
	min-width: 300px;
	max-width: 700px;
	margin: auto;
}
.box-addons {
	border-radius: 24px;
}
.box-title {
	text-align: center;
	padding: 40px 0 20px 0;
	font-size: 35px;
	font-weight: 300;
}
.box-title-reduce {
	padding: 20px 0 20px 0;
	font-size: 28px;
}
.box-text {
	padding: 0 40px 40px 40px;
	font-size: 24px;
	font-weight: 300;
}
.box-text-reduce {
	padding: 0 30px 40px 30px;
	font-size: 20px;
}
.copyright {
	text-align: center;
	padding: 10px 0 10px 0;
	font-weight: 300;
	min-width: 300px;
}
.white { color: white; }
.bgwhite { background-color: white; }

.off { display: none; }