@charset "UTF-8";

body {
	background-image: url(//eventor.fi/static/img/default_bg.png);
	background-color: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
div.answeralternative {
	float: left;
	margin-top: -8px;
	margin-bottom: 12px;
}
input.onelineanswer {
	width: 98%;
}
.question {
	color: rgba( 0, 0, 0, 1 ) !important;
	line-height: normal !important;
}
.answeralternative.full {
	width: 100%;
}