.tooltipster-sidetip.tooltipster-noir .tooltipster-box{
    border-radius:5px;
    border:3px solid #000;
    background:#fff;
    max-width: 400px;
    outline: none;
    border-color: #ffd611;
    box-shadow: 0 0 5px rgba(255, 214, 17, 0.5);
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-content{
    color:#2B2B2B;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{
    height:11px;margin-left:-11px;width:22px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{
    height:22px;
    margin-left:0;
    margin-top:-11px;
    width:11px;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{
    border:11px solid transparent;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{
    border-bottom-color:#fff;
    top:4px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{
    border-left-color:#fff;left:-4px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{
    border-right-color:#fff;
    left:4px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{
    border-top-color:#fff;
    top:-4px;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{
    border-width:11px;
    border-top-color: #ffd611;
    box-shadow: 0 0 5px rgba(255, 214, 17, 0.5);
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{
    top:-11px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{
    left:-11px;
}