/* visual appearence of data having the tooltip */
.nodechain_index_tooltip {
	/* css for the container text in the sidebar index */
}
.nodechain_doc_tooltip {
	/* css for the container text inside the document */
	background: linear-gradient(180deg, #ffffff, #ffffff 40%, #dfdfdf 90%, #000000 10%);
	white-space: nowrap;
}
.nodechain_valid_tooltip {
	/* css for the images valid from, will expire, has expired */
}
