#desk {
    border-spacing: 0px 0px;
	display: block;
	border-bottom: 0px;
	border-spacing: 0;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.center {
    display: flex;
	justify-content: center;
}

.stat {
    display: flex;
	justify-content: center;
    font-size: larger;
    margin: 8px;
}

.row {
    height: 40px;
	display: block;
}

.col {
	height: 40px;
	width: 40px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.pos-e {
    text-align: center;
    align-items: center;
    height: 40px;
	width: 40px;
    background-image: url("../img/Empty.png");
    cursor: crosshair;
}

.pos-b {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
	width: 40px;
    background-image: url("../img/Black.png");
    cursor: pointer;
}

.pos-w {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
	width: 40px;
    background-image: url("../img/White.png");
    cursor: pointer;
}

.btn-b {
    border-radius: 50%;
    height: 40px;
	width: 40px;
    margin: 4px;
	border: 0px;
	padding: 0px;
    background-image: url("../img/Black.png");
    color: white;
}

.btn-w {
    border-radius: 50%;
    height: 40px;
	width: 40px;
    margin: 4px;
	border: 0px;
	padding: 0px;
    background-image: url("../img/White.png");
    color: black;
}

.text-b {
    color: white;
    align-self: center;
}

.text-w {
    color: black;
    align-self: center;
}