.tippy-tooltip.ibsr-theme {
	background-color: #3B5266;
	border: 1px solid #3B5266;
	box-shadow: 0px 0px 10px #7B97AC45;
	color: #E1E9F0;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}

.tippy-tooltip.ibsr-theme .tippy-backdrop {
	background-color: #3B5266;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.ibsr-theme .tippy-arrow {
	border-bottom: 7px solid #3B5266;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.ibsr-theme .tippy-arrow {
	border-top: 7px solid #3B5266;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.ibsr-theme .tippy-arrow {
	border-right: 7px solid #3B5266;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.ibsr-theme .tippy-arrow {
	border-left: 7px solid #3B5266;
}
