/*
	Joe O'Regan
	11/01/2019
*/

td {
	height: 90px;
	width: 100px;	
	text-align: center;
	vertical-align: middle;
	font-family: "Comic Sans MS", cursive, sans-serif;
	cursor: pointer;
	border-radius: 45px;
}

table {	
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	top: 175px;
	//width: 100%;
}
.column {
	background-color: blue;
}
.column:hover {
	background-color: orange;
	background-image: linear-gradient(yellow, orange);
}
td {
	background-color: white;
//	background-image: linear-gradient(white, lightgrey);
}

.frame {
	border: 3px solid #333;
	background-color: blue;
	border-radius: 15px;
}

.col0, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {
  background-image: linear-gradient(to bottom right, white, grey);
}

tr {
	padding-bottom: 55em;
	padding: 10px;
}

.endgame {
	display: none;
	width: 200px;
	top: 120px;
	background-color: rgba(205,133,63,0.8);
	position:absolute;
	left: 50%;
	margin-left: -100px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-size:2em;
}