body
	{
	margin: 0px;
	color: rgb(64,64,64);
	background-color: rgb(255,255,255);
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	}

.checkbox
	{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	outline: none;
	}

.formfield
	{
	font-family: sans-serif;
	font-size: 100%;
	padding: 2px 6px;
	background-color: rgba(255,255,255,0.7);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(64,64,64,0.2) rgba(64,64,64,0.4) rgba(64,4,64,0.7) rgba(64,64,64,0.4);
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	outline: none;
	}

.formfield_small
	{
	font-size: 90%;
	padding: 4px 12px;
	}

.formbutton
	{
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 90%;
	background-color: rgba(255,255,255,0.5);
	padding: 3px 32px;
	color: rgb(64,64,64);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(64,64,64,0.2) rgba(64,64,64,0.4) rgba(64,4,64,0.7) rgba(64,64,64,0.4);
	border-radius: 4px;
	}

.formbutton:hover
	{
	background-color: rgb(255,255,255);
	cursor: pointer;
	}

.result
	{
	font-size: 110%;
	margin-bottom: 0px;
	}

.header1
	{
	font-size: 130%;
	text-align: center;
	margin-bottom: 8px;
	color: rgb(180,180,96);
	}

.lightblue
	{
	color: rgb(128,192,255);
	}

.lightorange
	{
	color: rgb(255,212,128);
	}

.lightyellow
	{
	color: rgb(255,255,128);
	}

.lightgreen
	{
	color: rgb(206,255,128);
	}

.dialog
	{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(224,224,224) rgb(192,192,192) rgb(160,160,160) rgb(192,192,192);
	border-radius: 8px;
	background-color: rgb(224,224,224);
	padding: 8px;
	box-shadow: 0px 8px 12px rgb(0,0,0,0.15);
	}

#coverall
	{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
	background-color: rgba(255,255,255,0.7);
	z-index: 1000;
	}

#alert_container
	{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1001;
	}

#alert_panel
	{
	text-align: center;
	width: 100%;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(224,224,224) rgb(192,192,192) rgb(160,160,160) rgb(192,192,192);
	box-shadow: 0px 8px 12px rgb(0,0,0,0.15);
	border-radius: 8px;
	}
