body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 100%;
	height: 100%;
}
.top {
	margin-bottom: 15px;
}
#wrapper,
#building {
	border: solid 0px black;
	overflow: hidden;
}
#data {
	margin: 0;
	width: 100%; /* height: 400px;*/
	border: solid 0px black;
	float: left;
	clear: both;
}
ul {
	border: solid 0px;
	width: 100%;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
li {
	border: solid 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	clear: both;
}
clearnone {
	background-color: red;
	border: solid 1px black;
	clear: none !important;
}
clearleft {
	background-color: red;
	border: solid 1px black;
	clear: left !important;
}
clearright {
	background-color: red;
	border: solid 1px black;
	clear: right !important;
}
.noborder {
	border: 0 !important;
	margin: 5px 0 0 5px;
}
label {
	display: inline;
	width: 20%;
	float: left;
	text-align: right;
	color: black;
	margin: 3px 5px 0 0;
	font-size: 0.8em;
}
iframe:nth-child(1) {
display: none;	/* enable to debug */
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	background-color: gray;
	border: solid 1px black;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* .button { background-color: blue; } */
.formdata {
	float: left;
	width: 70%;
	margin: 3px 5px 0 0;
}
.formdata-small {
	float: left;
	width: 15%;
	margin: 3px 5px 0 0;
}
.formdata-medium {
	float: left;
	width: 30%;
	margin: 3px 5px 0 0;
}
.lrequired {
	font-weight: bold;
}
/* .required::after { content: " *"; } */
input:required,
textarea:required {
	border: 1px solid green;
	font-size: 1.1em;
}
.loading {
        background: no-repeat url("../img/ajax-loader.gif");
        background-size: 50%;
        font-weight: lighter;
        margin: auto;
}
#verify_code {
	width: 50px;
}
