/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-pochivka {
    border-radius: 2px; 
    background: #4c4c4c;
    color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-pochivka .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    padding: 8px 10px;
    overflow: hidden;
}