.stanton-theme {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #0D4F8B;
	color: white;
	border: none;
	border-top: 1px solid #4E78A0;
	border-bottom: 1px solid #26466D;
	width: 95px;
}

/* Use this next selector to style things like font-size and line-height: */
.stanton-theme .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 8px 5px 8px;
}