.tooltip.left .tooltip-inner {
    background-color:#478ea7;
    font-size: 14px
}
.tooltip.left .tooltip-arrow {
      border-left-color: #478ea7;
}

.tooltip.right .tooltip-inner {
    background-color:#478ea7;
    font-size: 14px
}
.tooltip.right .tooltip-arrow {
      border-left-color: #478ea7;
}

.tooltip.top .tooltip-inner {
    background-color:#478ea7;
    font-size: 14px
}
.tooltip.top .tooltip-arrow {
      border-left-color: #478ea7;
}

.tooltip.bottom .tooltip-inner {
    background-color:#478ea7;
    font-size: 14px
}
.tooltip.bottom .tooltip-arrow {
      border-left-color: #478ea7;
}
