/************* Me *************/
.about-me{
	position: absolute;
	right: 15px;
	bottom: 10px;
	margin-top: 15px;
}

/************* Results *************/

.results{
	text-align: center;
	padding: 15px;
	margin-top: 30px;
	display: none;
	clear: both;
}
.results button{
	cursor: pointer;
	width: 100px;
	height: 35px;
	color: white;
	background-color: #2d8be8;
	border: 1px solid #0b5daf;
	border-radius: 3px;
}

/************* Board *************/
.main{
	width: 510px;
	margin: auto;
	margin-bottom: 510px;
}
ul{
	/*margin-left: 413px;
    margin-right: 412px;*/
}
ul li{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	cursor: pointer;
	display: flex;
	float: left;
	list-style-type: none;
	width:50px;
	height: 50px;
	background-color: #121212;
	border:1px solid #afafaf;
}


/************* display-screen *************/

.display-screen{
	margin: auto;
	margin-top: 80px;
	margin-bottom: 30px;
	width: 510px;
	border: 1px	black dashed;
	padding: 15px;
}

#player-icon{
	color: #e6183c;
}

/************* display *************/

.fa{
	margin: auto;
}
