.question{
	background-color: #D3D3D3;
	color: #000000;
	padding:5% ;
	line-height: 1.5em;
	font-weight:bold;
	/*text-shadow: 1px 1px 1px #000000;*/

}


button.choice{
	margin: 0  !important;
	border-width: 0 0 0 0 !important;
	height: 50px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin:3px 0 !important;
	display:block;
	width:100%;
	background-color: #FFFFFF;
	border-bottom-color: #cccccc;
}

button.choice:disabled{
	background-color:#e6e6e6;
	border-width:0 0 0 0 !important;
	opacity:0.8;
}

button.choice.chosen, button.choice.chosen:hover{
	background-color: #B2DFDB;
}


/*@media only screen 
and (min-device-width : 600px) 
and (max-device-width : 1024px) {

	body{
		font-size: 2em;
	}
	h1.title{
		font-size: 1.5em !important;
	}


}*/

.answer{
	margin: 20px 5%;
}
.ui-input-text{
	background-color: #F2F2F2 !important;
	box-shadow: none !important;
	border: none;
	border-radius: 2px;
}

textarea.ui-input-text:focus, .ui-input-text>input:focus{ 
	background-color: #E0F2F1 !important;
	box-shadow: 0 0 4px #009688 !important;
}

div.progressList{
	text-align: center;
	padding: 8px 16px;
	background-color: #EEEEEE;
}
ul.progressList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.progressList li{
	text-align: center;
	display: inline;
}
div.questionControls{
	padding: 8px 16px;
	text-align: center;
}
a.control{
	cursor: pointer;
	padding: 0 5%;
}
a.control, a.control:visited, a.control:hover, a.control:active {
	color:#000000;
}
a.copyright, a.copyright:visited, a.copyright:hover, a.copyright:active {
	color:#FFFFFF;
}
a.continue, a.continue:visited, a.continue:hover, a.continue:active {
	cursor: pointer;
	color:#FFFFFF;
	text-align:center;
}
a.continue > h4{
	margin:0;
	padding:20px 0;
}