.tx-indexedsearch * {
}
.tx-indexedsearch td:first-child {
	padding-left:0;
}
.tx-indexedsearch-whatis {
	padding:0.1cm 0.25cm 0.1cm 0.25cm;
	background-color:rgb(224,224,224);
}
td.tx-indexedsearch-icon {
	display:none;
}
.tx-indexedsearch-res tr:first-child, .tx-indexedsearch-sw {
	font-weight:bold;
}
.tx-indexedsearch-sw::before {
	content:'»';
}
.tx-indexedsearch-sw::after {
	content:'«';
}
.tx-indexedsearch-res tr:last-child {
	background-color:rgba(255,255,255,0.5);
}
.tx-indexedsearch-redMarkup {
	/*color:rgb(26,134,18);*/
	color:rgb(192,0,0);
}
.tx-indexedsearch-res {
	border-bottom:2px solid rgb(255,255,255);
}
.tx-indexedsearch-res:nth-child(odd) {
	background-color:rgb(224,224,224);
}
.tx-indexedsearch-res:nth-child(even) {
	background-color:rgb(240,240,240);
}