:root{
	--destroyed-bright-red:#ff7b8b; /* for use on black */
	--destroyed-red : #D0021B;
	--destroyed-dark-red: #850000;
	--flooded-blue:rgb(198 239 233);
	--stripped-flooded:#96bfbc;
	/* --hover-color: #4A90E2; */
	--hover-color: #6ca9b4;
	--destroyed-hover-color:#673ab7;

	--option-size:15px;
	--option-hover-color: skyblue;
	--option-selected-color: #ece8b0;
	--option-selected-hover-color:yellowgreen;

	--dim-bright-warning:#fbf6e0;
	--bright-warning:#ffeea4;
	--warning-yellow:#ffdd4d; /*#FFEB3B;*/
	--faded-warning:#fff3bc; /*#FFEB3B;*/
}