.tooltipster-sidetip.register-tip .tooltipster-box {
    background: #ffffff;
    color: #000000;
    box-shadow:0px 4px 4px rgba(50,50,50, .1);
    text-align: center;
    box-sizing:border-box;
    border:solid #42566a;
    border-width:3px 0 3px 0;
    border-radius:2px;
    max-width:320px;
}

.tooltipster-sidetip.register-tip.tooltipster-top .tooltipster-box {
    margin-bottom: 7px
}

.tooltipster-sidetip.register-tip .tooltipster-content
{
    font-size:16px;
    font-weight:normal;
    color: #555555;
    padding: 14px 6px
}

.tooltipster-sidetip.register-tip .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.register-tip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000000
}

.tooltipster-sidetip.register-tip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000000
}

.tooltipster-sidetip.register-tip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000000
}

.tooltipster-sidetip.register-tip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000000
}