/**
 * NSS CSS Styles for landing page
 *
 * @copyright 2016 Linguistica 360
 */

@charset "utf-8";

body.switch  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
}	

.switch #Content {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 670px;
	height: 415px!important;
	min-height: 0;
}

.switch a {
	font-weight: 700;
	text-decoration: none;
}
		
.switch h2 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 67px;
}

.switch table {
	width: 100%;
}

.switch td {
	text-align: center;
}
