html {
	text-align: center;
	font-family: "Roboto", Arial;
	width: 1024px;
	margin: auto;
	font-size: 1.0em;
	color: #878787;
	max-width: 808px;
}

h2, h3	{
	text-align: center;
}

p {
	text-align: justify;
}

#answers	{
	width: 49%;
	float: left;
	//border: 1px solid #B0CB1F;
	box-shadow: 2px 2px 2px 2px gainsboro;
}

#result_container	{
	width: 49%;
	float:left;
	//border: 1px solid #B0CB1F;
	box-shadow: 2px 2px 2px 2px gainsboro;
}

#results	{
	width: 88%;
}

#results li	{
	border-bottom: 1px solid #B0CB1F;
	padding: 3%;
	box-shadow: 2px 2px 2px 2px gainsboro;
	margin: 2%;
}

#results li li	{
	border-bottom: 0px solid #B0CB1F;
	padding: 0%;
	box-shadow: 0 0 0 0;
}

#answers li	{
	border-bottom: 1px solid #B0CB1F;
	padding: 3%;
	box-shadow: 2px 2px 2px 2px gainsboro;
	margin: 2%;
}

#answers li li	{
	border-bottom: 0px solid #B0CB1F;
	padding: 0%;
	box-shadow: 0 0 0 0;
}

.listaelem	{
	color: #B0CB1F;
	background: white;
	cursor: pointer;
}

#first, #second, #third, #fourth, #fifth, #sixth, #seventh	{
	cursor:pointer;
}

table, tr, td	{
	border: 0px solid #B0CB1F;
	border-collapse: collapse;
}

html {
	text-align: left;
	font-family: "Roboto", Arial;
	width: 1024px;
	margin: auto;
	font-size: 1.0em;
	color: #878787;
}

input {
	background: white;
	color: #878787;
	border: 0px;
	border-bottom: 1px solid #878787;
	margin: 1%;
	padding: 1%;
	padding-left: 0%;
	font-size: 1.0em;
}

input:focus {
	border-bottom: 1px solid #B0CB1F;
	color: #B0CB1F;
}

input:checked:after {
	color: green;
	background-color:green;
	border: 1px solid green;
}

input[type="submit"] {
	background: none repeat scroll 0 0;
	border: 2px solid #B0CB1F;
	border-radius: 4px;
	color: #B0CB1F;
	cursor:pointer;
	display: inline-block;
	font-size: 0.9em;
	margin: 1.25em;
	padding: 0.625em 1.5em;
}

input[type="submit"]:hover {
	background: #B0CB1F none repeat scroll 0 0;
	color: #fff;
}

input[type="text"] {
	display: none;
}

textarea {
	width: 44%;
	font-size: 1.0em;
	color: #878787;
}

textarea:focus {
	width: 44%;
	font-size: 1.0em;
	color: #B0CB1F;
	border-color: #B0CB1F;
}

.submit {
	text-align: center;
}

#form	{
	clear:both;
	width:100%;
}

form	{
	margin: 2%;
	padding-top: 20px !important;
}

#country	{
	display:block;
}

ol, ul	{
	min-height: 515px;
	padding: 8%;
	//background:green;
}

ul	{
	list-style-type: none;
}

ul ul	{
	min-height: 0px;
	padding: 4%;
	list-style-type: initial;
}

ol ul	{
	min-height: 0px;
	padding: 4%;
	list-style-type: initial;
}

input:checked:after {
	color: green;
	background-color:green;
	border: 1px solid green;
}

input[type="submit"] {
	background: none repeat scroll 0 0;
	border: 2px solid #B0CB1F;
	border-radius: 4px;
	color: #B0CB1F;
	cursor:pointer;
	display: inline-block;
	//font-size: 0.9em;
	margin: 1.25em;
	padding: 0.625em 1.5em;
}

input[type="submit"]:hover {
	background: #B0CB1F none repeat scroll 0 0;
	color: #fff;
}

.container {
	display: block;
	position: relative;
	padding-left: 33px;
	margin-bottom: 12px;
	cursor: pointer;
	//font-size: 1.0em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #B0CB1F;
	color: #B0CB1F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 7px;
	top: 5px;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.error	{
	display:none;
	color:red;
	padding: 0%;
	font-weight: normal;
}

tr {
	text-align: left;
	width: 100%;
}

td {
	width: 44%;
}

@media only screen and (max-width: 808px) {
	html {
		width: 88%;
	}
	ol, ul	{
		//min-height: 666px;
		padding: 8%;
		//background:green;
	}
	p {
		text-align: justify;
	}
	/*input, textarea, label {
		font-size: 1.8em;
	}*/
	textarea {
		width: 88%;
	}
	textarea:focus {
		width: 88%;
	}
	/*li, h3 {
		font-size: 1.8em;
	}*/
}

