
div.body.hidden {
	opacity: 0.01;
}

div.body {
	transition: opacity .7s;
}

div.uploader {
	display: flex;
	margin-bottom: 10px;
}

div.uploader > div.frminput {
	flex: 1;
	display: flex;
	margin: 1px 7px 1px 0;
	overflow: hidden;
}

div.uploader > div.frminput > div {
	line-height: 22px;
}

div.uploader > div.frminput > div:first-child {
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.uploader > div.frminput > div:last-child, div.uploader > button {
}

div.uploader div.error {
	font-weight: bold;
	color: #e00000;
}

div#formfields {
	max-width:720px;
}

div.fc-row {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

div.fc-row > label, 
div.fc-row > div.fc-col:first-child {
	min-width: 170px;
	width: 25%;
}

div.fc-row > label, 
div.fc-row > div.fc-col {
	margin-top: 5px;
}

div.fc-row > input, 
div.fc-row > select, 
div.fc-row > textarea, 
div.fc-row > div.uploader, 
div.fc-row > div.fc-col:not(:first-child) {
	width: 75%;
	margin-bottom: 5px;
}

div.fc-row > textarea {
	height: 75px;
	resize: vertical;
}

div.fc-col > label {
	display:inline;
}

input[type=submit]:disabled, button:disabled {
	border-color: #ccc;
	color: #ccc;
}

input[type=submit]:disabled:hover, button:disabled:hover {
	background-color: #ccc;
	color: #fff;
}

input[type=checkbox] + label,
input[type=radio] + label {
	position: relative;
	top: -2px;
}

video {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 900px;
}

@media screen and (max-width: 720px) {

	div.fc-row > label,
	div.fc-row > input,
	div.fc-row > select, 
	div.fc-row > textarea,
	div.fc-row > div.uploader,
	div.fc-row > div.fc-col {
		width: 100% !important;
	}
}
