/* Custom CSS to allow Bootstrap tooltips to work in Focus */
.bootstrap .tooltip {
	background-color : transparent;
	border           : none;
	border-radius    : 3px;
	box-shadow       : none;
	min-width        : unset;
}

.bootstrap .tooltip:not(.accessible-tooltip):before,
.bootstrap .tooltip:not(.accessible-tooltip):after {
	border  : none;
	content : unset;
}
