@charset 'utf-8';

html, body {
	min-width: 980px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'omnes-pro', sans-serif !important;
	background: #ffffff;
	cursor: default;

	/* Disable link highlights */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

	/* Disable selection */
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: -moz-none; 
	-ms-user-select: none; 
	user-select: none;
}
body { background-size: cover; }
a > * { border: none; }

.alpha85 { background: rgba(255,255,255,0.8); }

#access-wrapper {
	top: 50%;
	left: 50%;
	margin-top: -102.5px;
	margin-left: -265px;
	position: absolute;
}

#access-upper-container {
	width: 530px;
	height: 145px;
	font-size: 35px;
	text-align: center;
	padding: 35px 40px 0px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#access-upper-container #access-professor { float: left; }

#access-upper-container #access-student { float: right; }

#access-upper-container span { margin-left: 10px; }

#access-lower-container {
	width: 530px;
	height: 50px;
	font-size: 22px;
	margin-top: 9px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#access-lower-container span {
	margin-top: 12px;
	margin-left: 50px;
	float: left;
}

#access-lower-container a {
	margin-top: 10px;
	margin-right: 40px;
	float: right;
}
