span[rel="tooltip"] {
  cursor: help;
}

.arrow_box {
	background: #fff;
  border: 1px solid #49545c;
  border-radius: 4px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(250, 250, 255, 0);
	border-top-color: #fafaff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(73, 84, 92, 0);
	border-top-color: #49545c;
	border-width: 11px;
	margin-left: -11px;
}

#ahs-tooltip {
    font-family: inherit;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.5;
    color: #666666;
    position: absolute;
    z-index: 40;
    padding: 15px;
}

#ahs-tooltip.top:after {
    top: -20px;
    bottom: auto;
}

#ahs-tooltip.right:after,
#ahs-tooltip.left:after {
    left: 10px;
    margin: 0;
}

#ahs-tooltip.right:before,
#ahs-tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
