/* Default styles for FullTextSearch */

/* results */
.fulltextsearch_searchboxcontainer {
	display: none;
}
.fulltextsearch_result:hover {
  background-color: #f2f2f2;
}
.fulltextsearch_result {
	word-break: normal;
	word-wrap: break-word;
}