.grey{
	color:grey;
	text-decoration:none;
}
.underline{
	text-decoration:underline;
}
.sentences_sources {
 	color:grey; 
}
.prevnext_button {
/*	text-decoration:none!important;
	white-space:nowrap;
	text-align:center;
	display:block;
	background-color:#bfff00;
	border: solid 1px;
	padding:5px 15px;
	cursor:pointer;
	border-radius:5px;*/
}
.prevnext_disabled_button {
/*	text-decoration:none!important;
	white-space:nowrap;
	text-align:center;
	display:block;
	background-color:#C9C9C9;
	border: solid 1px;
	padding:5px 15px;
	border-radius:5px;
	pointer-events: none;
	cursor: default;*/
}
.prevnext_buttons_block {
	text-align:center;
	white-space:nowrap;
}
/* found words highlighting */
span.found_word {
	color:red;
}
/* n-grams table */
.hoverTable tr:hover {
	background-color: #ddd;
	cursor: pointer; 
	cursor: hand;
}
label {
	display: inline-block;
	width: 5em;
}
.tooltipWindow {
	width: auto;
}
.spelltip {
	background-color: yellow;
}
.stooltip {
	font-family: verdana;
	letter-spacing: 2px;
	font-weight: bold;
}
.suggest {
	font-family: verdana;
}
#progress {
/* 	width: 98%; */
}
#sentences_table th {
/* 	color: white; */
} 
#sentences_table tr:hover {
/* 	cursor: pointer; */
/* 	background-color: #ddd; */
}
#sentences_table {
/*	border: 0 solid;
	display: block;
	overflow-x: auto;*/
}
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
	background: white url("search/images/ui-anim_basic_16x16.gif") right center no-repeat;
}
#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 60px;
	right: 10px;
/* 	background-color: #DDD; */
	border: 1px solid;
	color: #555;
	opacity: 0.5;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
}
#back2Top:hover {
	background-color: #DDD;
	color: #000;
	opacity: 1.0;
}
#search_results_error {
	color: red;
	font-weight: bold;
}
#graphContainer {
/* 	position: absolute; */
	width: 100%;
	height: 100%;
}
#graphContainer > svg {
	width: 100%;
	height: 100%;
}

#minitoolIframe {
    display:block;
    width:100%;
    height:500px;
}
