@font-face {
	font-family: 'Auto1';
	src: url('../fonts/Auto1-Regular.woff');
	font-weight: normal;
	font-style: normal;
}	
	
@font-face {
	font-family: 'Auto1 Bold';
	src: url('../fonts/Auto1-Bold.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Auto1 Italic';
	src: url('../fonts/Auto1-Italic.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Auto1 Bold Italic';
	src: url('../fonts/Auto1-BoldItalic.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Auto1 Light';
	src: url('../fonts/Auto1-Light.woff');
	font-weight: normal;
	font-style: normal;
}

#maincontent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

body {
	background-color: #444;
	color: white;
}

.rad1 {
	appearance: none;
	background-color: black;
	width: min(1.3vw, 2.311vh);
	height: min(1.3vw, 2.311vh);
	border: 0.1vw solid white;
	border-radius: 50%;
}

.rad1a {
	appearance: none;
	background-color: black;
	width: min(1.2vw, 2.13vh);
	height: min(1.2vw, 2.13vh);
	border: min(0.2vw, 0.356vh) solid white;
	border-radius: 50%;
}

.rad1:checked, .rad1a:checked {
	background-color: white;
}

.rad2, .rad3, .rad4, .rad5, .rad6 {
	appearance: none;
	background-color: #999999;
	width: min(1.3vw, 2.311vh);
	height: min(1.3vw, 2.311vh);
	border: 0.1vw solid white;
	border-radius: 50%;
}

.rad2:checked {
	background-color: #F72585;
}

.rad3:checked {
	background-color: #B6179E;
}

.rad4:checked {
	background-color: #560AAD;
}

.rad5:checked {
	background-color: #3E38C9;
}

.rad6:checked {
	background-color: #4DC9F0;
}

.tbullet {
	height: min(1.01vw, 1.795vh);
	width: auto;
	float: left;
	padding-top: min(0.375vw, 0.666vh);
	padding-right: min(0.5vw, 0.888vh);
}

.td1 {
	float: right;
	font-size: min(3vw, 5.333vh);
	color: white;
	font-family: 'Auto1 Bold';
}

.td2 {
	font-size: min(1.5vw, 2.666vh);
	color: white;
	font-family: Auto1;
	padding-left: min(7.5vw, 13.33vh);
}	

.td3 {
	font-size: min(1.5vw, 2.666vh);
	color: white;
	font-family: Auto1;
	vertical-align: middle;
	line-height: min(0.1vw, 0.177vh);
}

.td4 {
	font-size: min(1.5vw, 2.666vh);
	color: white;
	font-family: Auto1;
	vertical-align: top;
	display: flex;
	align-items: center;
}

.td5 {
	font-size: min(1.3vw, 2.311vh);
	padding-right: min(6.5vw, 11.55vh);
}
	
.td6 {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: min(1.1vw, 1.96vh);
}
	
.rinfox {
	display: table-cell;
	color: white;
	background-color: black;
	padding-top: 0;
	font-family: 'Auto1 Bold';
}

.iconrt2 {
	width: min(2.25vw, 4vh);
	height: auto;
	padding-right: min(0.75vw, 1.333vh);
	float: right;
}

.iconrt3 {
	width: min(2.25vw, 4vh);
	height: auto;
	padding-right: min(1.5vw, 2.666vh);
	float: right;
}

.iconrt4 {
	width: min(3.25vw, 5.78vh);
	height: auto;
	padding-right: min(3.5vw, 6.22vh);
	float: right;
}

.notbold {
	font-family: 'Auto1';
	color: white;
}

.italic {
	font-family: 'Auto1 Italic';
}

.maindiv {
	width: min(56.25vw, 100vh);
	height: min(43.5vw, 77.33vh);
	background-color: black;
	margin: auto;
	border: min(0.525vw, 0.933vh) solid #3A0CA3;
	position: relative;
}
.maindiv2 {
	width: 98%;
	height: 97.8%;
	background-color: black;
	margin: auto;
	border: min(0.7vw, 1.244vh) solid #4CC9F0;
	position: relative;
}

.maindivw {
	width: min(43.7vw, 77.68vh);
	height: min(36.25vw, 64.44vh);
	background-color: black;
	margin: auto;
	border: min(0.525vw, 0.933vh) solid white;
	position: relative;
}

.posrt {
	position: absolute;
	bottom: min(2vw, 3.56vh);
	float: right;
	width: 100%;
}
.posrt2 {
	position: absolute;
	bottom: min(3vw, 5.333vh);
	float: right;
	width: 100%;
}

input[type=text], input[type=password], select {
	width: 100%;
	margin: min(0.1vw, 0.178vh) 0;
	box-sizing: border-box;
	border: min(0.3vw, 0.533vh) solid black;	
}

.itext2 {
	height: min(2.4vw, 4.266vh);
	padding: min(0.3vw, 0.533vh) min(0.05vw, 0.088vh);
}	

.itext3 {
	height: min(3.05vw, 5.42vh);
	padding: min(0.38vw, 0.67vh) min(0.064vw, 0.11vh);
}	

.itext1 {
	height: min(2.8vw, 4.977vh);
	padding: min(0.6vw, 1.067vh) min(0.35vw, 0.622vh);
}

input[type=text]:hover, input[type=password]:hover, select:hover {
	border: min(0.3vw, 0.533vh) solid #4361EE;
}

input[type=checkbox] {
	appearance: none;
	width: min(1.3vw, 2.311vh);
	height: min(1.3vw, 2.311vh);
	background-color: black;
	border: min(0.2vw, 0.356vh) solid white;
	cursor: pointer;
	margin-right: min(1vw, 1.777vh);
}

input[type=checkbox]:checked:after {
	font-family: 'Auto1 Bold';	
	line-height: min(1vw, 1.777vh);
	content: "\2713";
	font-size: min(1.1vw, 1.955vh);
	display: inline-block;
	text-shadow: min(0.03vw, 0.053vh) min(0.03vw, 0.053vh);
}

table, td {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
	cursor: pointer;
}

.regfield {
	width: 100%;
  	height: min(2.4vw, 4.266vh);
	padding-left: min(0.5vw, 0.888vh);
	border-radius: 0;
}

.regfield2 {
	width: 100%;
  	height: min(3.05vw, 5.42vh);
	padding-left: min(0.635vw, 1.129vh);
	border-radius: 0;
}

.table1 {
	width: min(100vw, 177.7vh);
	height: min(56.25vw, 100vh);
	max-height: 99.9%;
	max-width: min(100vw, 177vh);
	margin: auto;
	border-collapse: collapse;
	font-size: min(1.1vw, 1.96vh);
}

.div1 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
	color: red;
}
