span.text_type_13 {
    font-size: 13px !important;
}
span.custom_info1 {
    margin-bottom: 15px;
    display: inline-block;
}

span.pointed {
    background: #ff680d;
    color: #fff;
}
.custom_tooltip{
	position:relative;
	color: #c5c6c8;
}
.custom_tooltip:hover{
	position:relative;
	color: #c5c6c8;
	text-decoration: none;
}

.custom_tooltip.right  .tooltip{
    left: 210%;
    bottom: -75%;
}
.custom_tooltip.left  .tooltip{
    left: -110%;
    bottom: -75%;
}
.custom_tooltip.bottom  .tooltip{
    left: 50%;
    bottom: -220%;
}
.custom_tooltip.left  .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 5px solid #ff680d;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 5px;
    left: 105%;
}
.custom_tooltip.bottom   .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #ff680d;
    border-top: none;
    position: absolute;
    bottom: 27px;
    left: 50%;
}
.custom_tooltip.right .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 5px solid #ff680d;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 5px;
    left: -5px;
}

