/*================= light theme =================*/
.tooltipster-light {
		border-radius: 5px;
		border: 1px solid #cccccc;
		background: #ededed;
		color: #666666;
}
.tooltipster-light .tooltipster-content {
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 16px;
		padding: 8px 10px;
}
/*================= noir theme =================*/
.tooltipster-noir {
		border-radius: 0px;
		border: 3px solid #2c2c2c;
		background: #fff;
		color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
		font-family: 'Georgia', serif;
		font-size: 14px;
		line-height: 16px;
		padding: 8px 10px;
}
/*================= punk theme =================*/
.tooltipster-punk {
		border-radius: 5px;
		border-bottom: 3px solid #f71169;
		background: #2a2a2a;
		color: #fff;
}
.tooltipster-punk .tooltipster-content {
		font-family: 'Courier', monospace;
		font-size: 14px;
		line-height: 16px;
		padding: 8px 10px;
}
/*================= shadow theme =================*/
.tooltipster-shadow {
		border-radius: 5px;
		background: #fff;
		box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
		color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
		font-family: 'Arial', sans-serif;
		font-size: 14px;
		line-height: 16px;
		padding: 8px 10px;
}
/*================= nats mats theme =================*/
.tooltipster-natsmats {
		background: #000;
		background: rgba(0, 0, 0, 0.75);
		border-radius: 12px;
		box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
		border: 2px dotted #666;
}
.tooltipster-natsmats .tooltipster-content {
		font: 10px commonsregular;
		color: #fff;
		line-height: 10px;
		letter-spacing: 1px;
		padding: 12px 24px;
}
