


h4 {

	border: solid 1px black;
	padding: 20px;
	background-color: black;
	color: white;
	font-weight:bold;
	width: -moz-fit-content;
  	width: fit-content;

  	// workaround for IE11
  	display: table;
}

H6 {
	margin: 0px;
	font-weight: bold;
}

.message{
	font-weight: bold;
	color: red;
}

.gameButtons {
	border: 0px;
	padding:0px;
	margin:0px;

}

.gameButtons tr {
	border: 0px;
	padding:0px;


}

.gameButtons td {
	border: 0px;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0px;

}


.gameButtons form{
	margin:0px;

}

.gameButtons input{
	width: 250px;
	height: 40px;
}


#timeup{
	width: 250px;
	height: 40px;
}

input[type="submit"].grayout {
	 cursor: not-allowed;
        pointer-events: none;

        /*Button disabled - CSS color class*/
        color: #c0c0c0;
        background-color: #ffffff;
}

.cog {
	position: absolute;
	top: 10px;
	right: 10px;
}

.home {
	position: absolute;
	top: 10px;
	left:10px;
}

