html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font: .75em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
}
h1 {
	margin: 0 0 .5em;
	font-size: 1.2em;
}
form {
	padding: 1em 0;
}
iframe {
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: left;
	width: 33%;
	height: calc(100% - 80px);
}
input, select {
	margin: 0;
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	vertical-align: middle;
	font: inherit;
	line-height: 1.1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:focus, select:focus {
	outline: 0;
	border-color: #129FEA;
}
select {
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: #fff;
}
button {
	background-color: #0078e7;
	color: #fff;
	font: inherit;
	margin: 0;
	padding: .5em 1em;
	border: 0;
	text-decoration: none;
	border-radius: 2px;
	display: inline-block;
	zoom: 1;
	line-height: 1.1;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button:active {
	box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
}
