table.survey {
	font-size: 1em;
	border: none;
}


.question td {
	padding: 5px;
}

.wrong {
	border: solid 2px #c00;
}

.index a  {
	display: block;
}

.highlighted {
	padding: 4px;
	background-color: #82017f;
	font-weight: bold;
	color: #fff;
}

.texttd {
	width: 80%;
}

textarea {
	width: 100%;
	height: 80px;
}

input.text {
	width: 100%;
}

.title {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.question {
	margin-top: 10px;
	width: 100%;
}

.questiontext {
	background-color: #debade;
	font-size: 0.8em;
	font-weight:bold;
}

.submit {
	border:none;
	text-align: center;
}
