body {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	background-image: url("../img/Desert.jpg");
}

#content {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	overflow: auto;
	background-color: transparent;
	background-image: none;
	width: 1400px;
	height: 100%;
	margin: auto;
	z-index: 1;
}

.board {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 253.08px;
	height: 230px;
	border: black solid 1px;
	z-index: 0;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	align-items: baseline;
	background-color: #603916;
	background-repeat: no-repeat;
	padding-top: 11px;
	color: yellow;
}

#board1 {
	background-image: url("../img/tribes14.svg");
}

#board2 {
	background-image: url("../img/tribes10.svg");
}

#board3 {
	background-image: url("../img/tribes7.svg");
}

#board4 {
	background-image: url("../img/tribes8.svg");
}

#board5 {
	background-image: url("../img/tribes5.svg");
}

#board6 {
	background-image: url("../img/tribes13.svg");
}

#board8 {
	font-weight: 100;
	font-size: 20px;
	align-items: center;
	text-align: center;
	display: inline;
}

#board10 {
	background-image: url("../img/tribes4.svg");
}

#board11 {
	background-image: url("../img/tribes12.svg");
}

#board12 {
	background-image: url("../img/tribes2.svg");
}

#board13 {
	background-image: url("../img/tribes1.svg");
}
#board14 {
	background-image: url("../img/tribes9.svg");
}

#board15 {
	background-image: url("../img/tribes6.svg");
}

.stone {
	display: flex;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	margin: 0px;
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
	cursor: pointer;
}

#message {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	width: 51%;
	left: 24%;
	top: 45%;
	z-index: 10;
	color: rgb(0, 0, 0);
	background-color: #F5C98A;
	border-radius: 10px;
	border: 10px solid #603916;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

#info {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 335px;
	top: 250px;
	width: 720px;
	height: 550px;
	z-index: 9;
	color: black;
	overflow: hidden;
	background-color: #F5C98A;
	border: 10px solid #603916;
	border-radius: 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 2% 2% 2% 2%;
	justify-content: center;
}

#results {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	left: 335px;
	top: 250px;
	width: 720px;
	height: 600px;
	z-index: 9;
	color: black;
	overflow: hidden;
	background-color: #F5C98A;
	border: 10px solid #603916;
	border-radius: 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 2% 2% 2% 2%;
	justify-content: center;
}

#spreading-button {
	position: absolute;
	left: 400px;
	border: solid rgb(0, 0, 0) 1px;
	top: 700px;
	width: 200px;
	z-index: 10;
}

#distance-button {
	position: absolute;
	left: 670px;
	border: solid rgb(0, 0, 0) 1px;
	top: 700px;
	width: 100px;
	z-index: 10;
}

#next, #total, #start {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	left: 45%;
	top: 53%;
	width: 10%;
	height: 4%;
	border: solid yellow 1px;
	background-color:  #603916;
	border-radius: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	z-index: 9;
	color: yellow;
	cursor: pointer;
}

#ok {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 690px;
	left: 860px;
	width: 8%;
	height: 50px;
	z-index: 10;
	color: #603916;
	overflow: hidden;
	border: solid #603916 5px;
	border-radius: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#close {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	top: 250px;
	left: 970px;
	width: 50px;
	height: 50px;
	z-index: 10;
	color: #603916;
	overflow: hidden;
	border: solid #603916 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

table {
	border-spacing: 30px 0px;
}

th, td {
	text-align: right;
}

div {
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}

.blinking{
    -webkit-animation: blink 0.5s 10;
    -moz-animation: blink 0.5s 10;    
    animation: blink 0.5s 10;
}

@-webkit-keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}
}

@-moz-keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}

}

@keyframes blink{

    0%{ opacity:0;}
    100%{opacity:1;}

}