.text-align-center {
    text-align: center;
}

#Board {
    /*width: 70%;
    height: auto;
	margin-top:10px;
	margin-bottom:10px; */
}


/*
@media only screen and (max-width: 768px) {
  #Board {
   width: 90%;
    height: auto;
	
  }
}*/
	
}
/*
.highlight-white {
    box-shadow: inset 0 0 3px 3px yellow;
}

.highlight-black {
    box-shadow: inset 0 0 3px 3px blue;
}

.highlight-hint {
    box-shadow: inset 0 0 3px 3px red;
}*/

.no-underline {
    text-decoration: none;
}

.no-outline:focus {
    outline: none;
    box-shadow: none;
}

.btn-header {
    font-size: 20px;
    font-weight: bold;
}

.center{   
  place-items: center;  	
}

button{
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	width:80px;
	height:35px;	
	border-radius:5px;
	font-size:15px;	
}

.btn-container {
  display: flex;
  gap: 10px;
  margin-top:10px; 
  margin-bottom:10px;  
}

#status{
	margin-top:10px;
	margin-bottom:10px;
}

