/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.tooltip-inner {
  max-width: 250px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: white;
	color: black;
  border-radius: 0.25rem;
}

a {color: #045e7f;}



