.tooltip-inner {
    color: white;
    background-color: #d66061;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; 
}

.tooltip.top .tooltip-arrow {
    border-top-color: #d66061; 
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #d66061; 
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #d66061; 
}

.tooltip.right .tooltip-arrow {
    border-right-color: #d66061; 
}

.tooltip.left .tooltip-arrow {
    border-left-color: #d66061; 
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d66061; 
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #d66061; 
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #d66061; 
}