
.tip-goals {
	//text-align:center;
}

.tip-goals-vs {
	text-align:center;
	font-size: x-large;
	width: 50px;
	text-align:center;
}

.tip-goals input.tip-goal {
	text-align:center;
	/*width: 4ch;*/
	width:100%;
	font-size: x-large;
	height:30px;
}

.tip-goals div {
	width:100%;
	min-width: 50px;
	font-size: large;
	color: #555;
}

div.tip-savestate {
	display: inline-block;
} 


div.tip-symbol {
	display: inline-block;
	border-radius: 50%;
	height: 24px;
	width: 24px;	
	text-align: center;
	line-height: 24px;
	margin: 3px;
	font-weight: bold;
	color: #000;
	border: 1px solid #0000006e;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(2px 2px 2px #222);	
	background-color: #ffcc00;
}


/*
.tip-symbol-result-correct {
	background-color: #ffcc00;
}
.tip-symbol-result-ratio {
	background-color: #b0b0b0;
}
.tip-symbol-result-tendency {
	background-color: #c36300;
}
*/

.match-tip-countdown-container {
	font-size: .8rem;
	display: inline-block;
}

.action-randomize-all {
	display: inline-block;
	background-color: rgba(0,0,0, .1);
	border: 1px solid rgba(0,0,0, .5);
	padding: 10px;
	color: red;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	width: 320px;
	text-align: center;
}

.tip-points-details span[data-value='1'] {
	font-weight: bold;
}

.tip-points-details span[data-value='0'] {
	color: #aaa;
}

@media (prefers-color-scheme: dark) {
	.action-randomize-all {
		background-color: rgba(255,255,255, .1);
		border-color: rgba(255,255,255, .5);
	}

	.tip-points > div { color: black;}
}



