.ui-tooltip {
	padding: 10px;
	position: absolute;
	z-index: 9999;
	max-width: 390px;
    background: transparent;
    color: rgba(202, 163, 33, 0.8);
    font-size: 12pt;
    font-family: 'Source Sans Pro', sans-serif;

}
body .ui-tooltip {
	border: solid rgba(202, 163, 33, 0.5) 1px;
    border-radius: 5px
}