html{
	font-family: "Maven Pro";
	color: #009EE3;
	line-height: 20px;
	text-align: center;
}

#onzichtbaar {
width: 1400px;
height: 1400px;
}

.table{
	position: relative;
	width: 620px;	
	margin: 0 auto;
}
.q1{
	width: 620px;
	margin: 10px auto 10px auto;
}
.intro{
	position: relative;
	width: 620px;
	margin: 0 auto;
}
#sum, #sum_uur{
	color: #009EE3;
	margin-left: 80px;
}
#total_table{
	left:180px;
	position: relative;
}
button{
	margin-top: 10px;
	border-radius: 4px;
	padding: 10px 15px;
	border: 2px solid #ccc;
	font-size: 18px;
	color: #ccc;
	background-color:  white;
}

button.ready {
	cursor: pointer;
	border: 2px solid #ffa100;
	color: #ffa100;
	}

button.ready:hover{
	border: 2px solid white;
	color: white;
	background-color:  #ffa100;	
}
button:focus{
	outline:0;	
}
.question{
	font-size: 16px;
	font-weight: bold;
	color: #002885;
	width: 100%;
	margin: 25px auto 0 auto;
	display: inline-block;
	position: relative;
}
.options_radio td{
	/*padding-left: 15px;*/
}
.options_text{
	left: 27%;
	margin: 30px;
	font-size: 14px;
	position:relative;
}

/* Customize the label (the container) */
.container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

/* Hide the browser's default radio button */
.container input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: relative;
	top: 0;
	left: -20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
	top: 5.5px;
	left: 5.5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.total{
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	color: #002885;
	margin: 0 auto;
	width: 100%;
	text-align: right;
}


#product_koken,#product_boodschappen , #product_eten , #product_planten ,#product_lezen , #product_licht , #product_klusjes , #product_post , #product_verzorging , #product_ziekenhuis , 
#product_familie, #product_leuks , #product_wandelen , #product_respijtzorg , #product_luisteren , #product_slaap , #product_waak , #product_twenty{
	color: #707070;
}

@media screen and (max-width: 320px) and (min-width: 100px) {
	body{ 
		font-size: .8em;
	}
	button{
		font-size: 1em;
	}
	.question{
		font-size: 1.3em;
	}
	.options_text{
		font-size: 1.3em;
	}
	.container {

	padding-left: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 18px;
}
	.checkmark{
		left: -10px;
	height: 11px;
	width: 11px;
	}
	.container .checkmark:after {
	top: 3px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
	.table{
		position: relative;
		width: 220px;	
		margin: 0 auto;
	}
	.q1{
		width: 220px;
		margin: 10px auto 10px auto;
	}
	.intro{
		position: relative;
		width: 220px;
		margin: 0 auto;
	}
#sum, #sum_uur{
	color: #009EE3;
	margin-left: 40px;
}
#total_table{
	left:0px;
	position: relative;
}
.total{
	font-size: 1.5em;
		text-align: left;
}

}
