.wordsearch{
	/*background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);*/
	/* background:#fdf3b8;
	background-repeat: no-repeat; */
	border:none!important;
	background-color: #f4c531 !important;
	background-image: url("../images/background-3c.jpg") !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
div#game-options{
	background: #fff3;
	border:none;
	box-shadow: none;
}
#soup{
	/*width: 600px!important;*/
	padding-top: 50px!important;
}
.html5-wordsearch canvas,
.html5-wordsearch .list{
	border: none!important;
}
/*.html5-wordsearch canvas.lines,
.html5-wordsearch canvas.layer{
	inset:0!important;
	width: 100%!important;
	height: 100%!important;
}*/
#game-options{
	display: none;
}
.html5-wordsearch .list{
	display: none;
}
.game-header{
	text-align: center;
	color:#333;
	padding:5px!important;
	margin:0 0 0px!important;
}
.game-header h1{
	/* margin:0 0 10px!important; */
	/* margin: 0 !important; */
	padding:0!important;
	font-family: 'Pieces of Eight' !important;
	font-weight:normal;
	font-size:50px;
	margin-bottom: 20px;
}
.game-header p{
	padding:0!important;
	margin:0!important;
	font-size: 16px!important;
}
.html5-wordsearch{
	border-radius: 15px;
	box-shadow: 0 1.2em 2.4em rgba(111, 85, 0, 0.25);
	background: #fff;
	overflow: hidden;
}
.html5-wordsearch canvas.grid{
	position: relative!important;
}