@font-face {
    font-family: "Ubuntu";
    src: url("/fonts/Ubuntu-Regular.ttf");
}

html{
	font-size:16px;
	width:100vw;
	min-width:600px;
}

@media screen and (max-width: 1200px) {
	html {
		font-size: calc(16px - ((1200px - 100vw) / 150));
	}
}

body {
	line-height: 1.6;
	font-weight: 400;
    font-family: "Ubuntu", serif;
	overflow-x: hidden;
}

img, canvas{
	image-orientation: from-image;
}

#main{
	width:100%;
}


h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}
