.fullscreen
{
	position: relative;
	/*margin: 124px 0px 0px 0px;*/
	margin: 10px 0px 0px 0px;
	width: 100%;
}
body
{
	/*background-image: url("img/barn.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;*/
	background-color: black;
	color: white;
	/*opacity: 0.5;*/
}
.maintext
{
	color: white;
	font-size: 25px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.imagebox
{
	border: 3px solid brown;
	width: 55%;
}
@media (pointer: coarse)
{
.imagebox
	{
	border: 3px solid brown;
	width: 85%;
	}
}

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 110px;
	margin: 5px 5px 5px 5px;
	background-color: #0000b3;
	border: 1px solid yellow;
	text-align: center;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;

}

.timehead
{
	position: fixed;
	top: 5px;
	right: 50px;
	text-align: center;
	background-color: #0000a3;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.duckandnum
{
	position: absolute;
	top: 2px;
	left: 10px;
}

.TableStyle
{
	width: 100%;
	/*border: 1px solid silver;*/
	border: 1px solid black;
}
.TableStyle tr td
	{
		border: 1px solid black;
		height: 30px;
	}


.tablefont
{
	font-size: 24px;
}
.DuckHome
{
	background-color: #303030;
	text-align: left;
	width: 20%;
	position: relative;
	/*align-items: center;*/
}
.DuckLoose
{
	background-color: Red;
	width: 20%;
	text-align: left;
	position: relative;
}

.DuckFound
{
	background-color: green;
	width: 20%;
	text-align: left;
	position: relative;
}
.colorkey
{
	width: 65%;
	background-color: #906C00;
	color: silver;
	border: 2px solid orange;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media (pointer: coarse)
{
.TableStyle tr td
	{
		/*border: 1px solid gray;*/
		border: 1px solid black;
		height: 75px;
	}
.tablefont
	{
		font-size: 25px;
	}
}
