.fg-tooltip-instance {
	box-sizing: border-box;
    border: 1px solid #E8EBEB;
    white-space: nowrap;
	opacity: 0.98;
	border-radius: 2px;
	background-color: #FBFEFF;
    box-shadow: 1px 3px 4px 0 rgba(211,211,211,0.5);
    color: #5F5F5F;
    font-family:"Source Sans Pro";
    font-size: 11px;
    line-height: 14px;
    padding: 8px;
    overflow: hidden;
    word-break: break-all;
}
.fg-tooltip-container{
    position: absolute;
}