
.tooltipster-base 
{
    
   
    
    
    max-width:400px;
    overflow: auto;
}

.tooltipster-sidetip .tooltipster-box
{
    background: #008470;
    color:white;
     border-radius: 0;
     padding:10px;
     border:none;
}

.tooltipster-arrow
{
    color: #008470;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border
{
    border-top-color:#008470;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background
{
    border-top-color: #008470
}