#container
{
	width: 550px;
	height: 150px;
}

.viewport-1
{
	float: left;
	background-size: contain;
	background-image:url('images/BrandLogo.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

@viewport {
width: device-width ;
zoom: 1.0 ;
} 

@-ms-viewport {
width: device-width ;
}

html {
	min-width: 100%;
	min-height: 100%;
}


body {
	height: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-repeat: no-repeat;
}

.maintable table, .maintable th, .maintable td {
	text-align: left;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
}

.style1
{
	color: #FF0000;
}
.style2
{
	width: 100%;
}
.style3
{
	color: #3366FF;
}
.style5
{
	color:black;
}


label {
	font-weight:bold;
	width:100px;
	font-size:14px;
}

.style6
{
	color:black;
	font-style: italic; 
}

.brandlogo
{
	float: left;
	background-size: contain;
	background-image:url('images/BrandLogo.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
			
.viewport-1 h1
{
	text-align: center;
	text-shadow: 3px 2px black;
	color: #999999;
	font-style: italic; 
	margin-top: 0px; 
	margin-bottom: 1px; 
}

.style4
{
	height: 8px;
	text-align: left;
}

.dropDownBox option
{
	font-size:0.9em;
	background-color:#FF0 !important;
	display:block;
}


.box {
	border:#666666 solid 1px;
}

* {box-sizing: border-box}
/*body {font-family: Verdana, sans-serif; margin:0}*/
.mySlides {
	display: none;
	height: 200px;
	width: 300px;

}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	max-width: 300px;
	max-height:200px;
	position: relative;
	margin: left;
	margin-left: 22px;
	border: 1px solid black;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: black;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

input[type=submit] 
{
	font-size:Large;
	font-weight:bold;
	width:100%;
	background-color: #99CCFF;
	color: black;
	font-style: italic; 
	/* border: none;
	border-radius: 4px; */
	cursor: pointer;
}

input[type=submit]:hover 
{
	background-color: #45a049;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 50px) {
.prev, .next,.text {font-size: 11px}
}

table {
	border-collapse: collapse;   
}

.beta table, .beta th, .beta td {
	border: 1px solid black;
	height: 5px;
	text-align: left;
	padding: 1px;
	color: black;
   
}

.maintable table, .maintable th, .maintable td {
	text-align: left;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
}



.beta td.container {
	height: 5px;
}

.beta th {
	background-color: #4CAF50;
	color: white;
}


.beta tr:nth-child(even) {background-color: #f2f2f2;}

#roundResults {border-collapse : collapse; border : 1px solid orange;}
