body {
	caret-color: transparent; /* remove text cursor */
	background-image:  url("assets/goPicture4.png");
	background-size: cover;
}

.backgroundImageButton {
	/*background-image: "assets/blackSquareWhiteBorderBlackBorder.png";
	background-size: 8000px 4000px;*/
	background-color: transparent; 
	height: 30px; 
	width: 90px; 
	font-size: medium;
}

button {
	background-color : transparent ;
	height : 30px ;
	width: 190px ;
	font-size: medium ;
}

table {
	width: 100%;
}

td {
	align-items: center;
	padding: 20px;
	width: 50%;
	text-align: center;
}

tr {
	width: 100%;
}

/*table, td {
	border: 1px solid black;
}*/

h1, h3 {
	text-align: center;
}

img.output {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.hidden {
	display: none;
}


.analysis-stats {
	font-size: 18pt;
}

.update-moves {
	width: 40px;
	height: 40px;
	font-size: 30px;
}

.chat-out {
	text-align: center;
	cursor: pointer;
	background-color: transparent ;
	word-wrap: break-word ;
}

.winrate-bar {
	align-items: right; 
	height: 20px; 
	border-style: solid; 
	border-width: 5px; 
	border-color: gray;
}