
table.word_list
{
	color: black;
	border: 1px solid lightgrey;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}


td.word_list_entry
{
	width: 100px;
	font-family: monospace;
	letter-spacing: 3px;
}

td.word_list_entry span
{
}


div.scrambled_word
{
	font-family: monospace;
/*	letter-spacing: 3px; */
	font-size: 18px;
}


div.scrambled_word span
{
	border: 1px dotted lightBlue;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 3px;
	cursor: pointer;
}


/* words found during the match */
span.found_word
{
	color:black;
}

/* temporary highlight of words found during the match */
span.just_found_word
{
	color:blue;
}

/* post-match style of found words. */
span.revealed_found_word
{
	color:blue;
}

/* post-match style of not found words. */
span.revealed_unfound_word
{
	color:red;
}


div#text_entry_area
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:300px;
}


/* mouse enter button */
img#btn_enter
{
	height: 16px;
	vertical-align: sub;
	cursor: pointer;
	opacity: 0.65;
}


img.result_image
{
	width: 16px;
	height: 16px;
	opacity: 0.6;
	vertical-align: sub;
	margin-left: 2px;
}


div.modal_frame_container
{
	position: fixed;
	top: 15%;
	left: 15%;
	text-align: center;
	background-color: white;
	z-index: 3;
}

div.modal_frame
{
	position: relative;
	border: 3px solid goldenRod;
	background-color: white;
	height: 100%;
	padding: 3px;
}

iframe.modal_iframe
{
	width: 100%;
	height: 100%;
	border: none;
}


div.modal_mask
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 2;
}

input.close_button
{
	position: absolute;
	width: 20px;
	height: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1px;
	padding-right: 1px;
}

div.loading-indicator
{
	padding: 3px;
	background-color: white;
	color: blue;
}