#container{
	margin: auto;
	padding: 0% 1%;
}
#head{
	margin-left: 200px;
	margin-top: 150px;
}
#head h1{
	margin-left: 15px;
}
#board{
	background: url("../img/snl.png");
	opacity: 0.9;
	float: left;
}
.pawn {
position: absolute;
width: 10%;
height: 10%;
/*margin-left: -5%;*/
margin-top: -10%;
transition: all 0.5s;
-webkit-transition: all 0.5s;
filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.7)) drop-shadow(0px -1px 1px rgba(0,0,0,1));
-webkit-filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.7)) drop-shadow(0px -1px 1px rgba(0,0,0,1));
}
#game{
	display: none;
}
#sbtn{
	display: none;
}
#mbtn{
	display: none;
}
#splayer {
font-size: 18pt;
font-weight: bold;
}
#dice{
clear: right;
float: right;
/*margin-left: 30px;*/
width: 269px;
overflow: hidden;
text-align: center;
/*position: absolute;
right: 3vw;*/
}
#diceHead{
	/*margin-left: 100px;*/
	z-index: 10;
}
button{
	margin: 2px;
	margin-bottom: 1em;
	border : 2px solid blue;
	border-radius: 4px;
	background: none;
	width: 200px;
	height: 50px;
	font-family: sans-serif;
	font-size: 130%;
	color: blue;
	transition-duration: 0.4s;
}
button:hover{
	background: blue;
	color: white;
	box-shadow: 2px 2px 2px 2px;
}
/**{
	font-family: "Comic Sans MS", cursive, sans-serif !important;
}*/