iframe {
	border-radius: 0.5em;
	width: 100%;
	height: 480px;
}
#form-request {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
#form-request > * {
	border-radius: 0.5em;
	color: #FFFFDD;
	font-size: 0.875em;
	height: 2.5em;
	margin: 0.5em;
	padding: 0.5em;
	width: 100%;
	width: 48%;
}

	#form-request > input {
		width: 48% !important;
	}
	#form-request > input.half {
		width: 23% !important;
	}
/*#form-request > input {
	width: 100%;
}
#form-request > input.half {
	width: 100%;
}*/

#form-request > textarea {
	height: 10em;
	width: 100%;
}
#form-request > button {
	cursor: pointer;
	margin-left: auto;
	background-color: #78A52B;
}
