			html, body {
				padding: 0;
				margin: 0;
			}

			#info {
				position: fixed;
				bottom: 58px;
				border-top: 1px solid #a88a68;
				width: 100%;
				font-family: 'Roboto';
				font-weight: 100;
				font-size: 12px;
				text-align: center;
				padding-top: 3px;
				padding-bottom: 3px;
				left: 0px;
				display: none;
				background-color: rgb(255,255,255);
			}

			#nav {
				position: fixed;
				bottom: 0px;
				left: 0px;
				width: 100%;
				background-color: #a88a68;
				display: none;
				max-height: 56px;
			}

			button {
				height: 36px;
				border: 0px;
				background-color: #412f22;
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 10px;
				margin-bottom: 10px;
				padding-left: 15px;
				padding-right: 15px;
				font-family: 'Roboto';
				font-weight: 300;
				font-size: 16px;
				color: #c4a964;
			}

			button.error {
				color: red;
			}

			.requiredError {
				border: 2px solid red;
			}

			.question button {
				margin-top: 20px;
			}

			#nav button.right {
				float: right;
			}

			#nav button.left {
				float: left;
			}

			.question {
				width: 90%;
				margin-left: auto;
				margin-right: auto;
				padding-top: 20px;
				padding-bottom: 70px;
				max-width: 460px;
				position: relative;
				text-align: center;
				display: none;
			}

			.question:first-child {
				display: inherit;
			}

			h2 {
				font-family: 'Roboto';
				font-weight: 100;
				font-size: 26px;
				text-align: center;
				margin-top: 0px;
				margin-bottom: 30px;
			}

			p {
				font-family: 'Roboto';
				font-weight: 100;
				font-size: 14px;
				text-align: center;
			}

			input[type="password"],
			input[type="text"] {
				font-family: 'Roboto';
				font-weight: 100;
				font-size: 16px;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 10px;
				padding-right: 10px;
				width: calc(80% - 20px);
			}

			textarea {
				font-family: 'Roboto';
				font-weight: 100;
				font-size: 16px;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-left: 10px;
				padding-right: 10px;
				width: calc(90% - 20px);
				height: 160px;
			}

			.group-radio {
				text-align: left;
				margin-bottom: 6px;
			}

			.group-radio textarea {
				margin-top: 10px;
				display: none;
			}

			label {
				font-family: 'Roboto';
				font-weight: 100;
				font-size: 16px;
				margin-left: 10px;
			}

			.imageupload {
				display: none;
			}

.loginform {
	padding-top: 30px;
	width: 90%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.loginform input {
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	margin-bottom: 5px;
}

.multiselectgrouper {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 400px) {
	button {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
}