/*--- Page Style ---*/

body                { /* Page Body */
	background-color: white;
	text-align      : center;
	width		: 100%;
	height		: 100%;
	margin		: auto;
	align		: center;
	}
.allelements		{
	width		: 100%;
	margin		: auto; 
	align		: center;
	}
.allelements60		{
	width		: 70%;
	margin		: auto; 
	align		: center;
	}
.instructionList	{
	text-align	: left; 
	width		: 100%; 
	display		: inline-block;
	}
.allelements30		{
	width		: 30%;
	margin		: auto; 
	align		: center;
	}
.instructions	{ /* Instructions  */
	//text-align	: center;
	//list-style-type	: none;
	width		: 50%;
	margin		: auto; 
	align		: center;
	}
table#mytable1	    { /* My Table   */
	backround-color	:red;
	border		:1px solid;
	}
table		    { /* tables */
	margin		: auto;
	width		: 50%;
	align		: center;
	}
th, td, tr		    { /* data */
	width		: 20%;
	}
div#pages            { /* Page Holder */
	position        : relative;
	text-align      : left;
	margin-left     : auto;
	margin-right    : auto;
	background-color : white;
	}

.txtgameresults     { /* Text Results */
	margin		: auto;
	width		: 90%;
	height		: 95%;
}

* {box-sizing: border-box}

/* Set height of body and the document to 100% */

select {
	width: 100px;
}

#PrizesStraight, #PrizesStatic, #PrizesGroups {
	width: 100%;
}

#PrizesMegaPower {
	width: 100%;
}

td {
	text-align: center;
}

/* Style tab links */
.prizetablink {
  background-color: #EEBC08;
  color: black;
  float: left;
  border: 2px solid black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  font-size: 17px;
  width: 25%;
}

.prizetablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.prizetabcontent {
  color: black;
  display: none;
  padding: 50px 10px;
  //height: 10%;
  border-right: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}

/*--- EndOfFile ---*/
