.tooltip_templates {
	display: none; 
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 4px 0 rgba(0,0,0,0.15);
    border: 1px solid #999999;
    max-width: 1000px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
	font-size: 0.75rem;
	color: #333;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content h4 {
	font-size: 1rem;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content td {
	border: 0;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content .chemHover {
	min-width: 600px;
	max-width: 1000px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content .chemName {
	display: block;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content .chemText {
	max-width: 300px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content .chemDescription {
	float: right;
	max-width: 400px;
	padding: 2px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content .chemDetails {
	max-width: 560px;
	float: left;
	padding: 2px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content .chemBlock {
	font-size: 300%;
	border: 1px solid blue;
	padding: 10px;
	line-height: 1;
	color: blue;
}

p span.tooltipstered {
    border-bottom: 1px dotted #0072ff;
}