@import url(https://fonts.googleapis.com/css?family=Exo:400,300,300italic,200,200italic,700,400italic,700italic&subset=latin,latin-ext);

*{
	font-family:Exo;
	line-height:1;
}

.bg-chq{
	background-color:#363453;
}

.text-chq,.txt-chq{
	color:#363453;
}

section.loginBox{
	width:500px;
	height:225px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-112.5px;
	margin-left:-250px;
	box-shadow:0px 24px 24px 0px rgba(255,255,255,0.5),0 40px 77px 0 rgba(255,255,255,0.25);
}

section.loginBox input{
	border-bottom-color:white;
}

@media print{
	*{
		font-family:Serif;
		text-align:left;
		color:black;
		font-weight:bold;
	}
	form.text-center{
		text-align:left;
	}
	input{
		border:0px;
	}
	.button, header, .button-group.fill, tr th:nth-child(4),tr th:nth-child(5),tr th:nth-child(6),tr td:nth-child(4),tr td:nth-child(5),tr td:nth-child(6){
		display:none;
	}
}