/********************************************************
*	Stylesheet:		 Gezondheidscheck (print.css)		*
*	Description:	 Stylesheet for Gezondheidscheck	*
*	Media:			 Print								*
*	Version:		 1.0								*
*	Author:			 Hiljo Lodewijk						*
*	Author URI:		 http://www.hiljo.nl/				*
********************************************************/

body {
	background: #fff none;
	margin: 0;
	padding: 0;
	font: 62.5% 'Exo 2', Verdana, sans-serif;
	color: #000;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/************************************************
*	Header  									*
************************************************/

#header {
	position: relative;
	overflow: hidden;
}

#header #logo {
	display: block;
	margin: 30px auto 0;
}

#header #home-link {
	display: none;
}

/************************************************
*	Content 						 			*
************************************************/

#content {
	position: relative;
	background-color: #fff;
	padding: 40px 30px 20px;
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
	overflow: hidden;
}

#content h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.4em;
	color: #000;
}

#content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
	color: #000;
}

#content h3 {
	margin: 15px 0 10px;
	padding: 0;
	font-size: 1.1em;
}

/************************************************
*	Footer	  									*
************************************************/

#footer {
	display: none;
}


/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/************************************************
*	Images  						 			*
************************************************/

img {
	border: 0;
}

img.centered  {
	display: block;
	margin: 0 auto;
	padding: 0;
}

/************************************************
*	Forms	  						 			*
************************************************/

input[type=text], input[type=password], input[type=file], textarea {
	margin: 3px;
	width: 220px;
	font-family: Verdana;
}

input[type=submit] {
	display: none;
}

textarea {
	width: 340px;
	height: 100px;
}

/************************************************
*	Other & General					 			*
************************************************/

hr {
	background-color: silver;
	border: 0;
	height: 1px
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/************************************************
*	Corona specific styles			 			*
************************************************/

.introtext {
	display: none;
}

.question {
	margin: 10px 0;	
}

#result {
	padding-top: 10px;
	border-top: 1px #000 solid;
	text-align: center;
}

.screenimage {
	display: none !important;	
}

.result-text {
	text-align: center;
}

.printbutton {
	display: none;
}