/* Tooltip CSS */
.myStyle{
    font-size: 13px;
}
.text-top{
    margin-top: 5px;
}
.text-bottom{
    margin-bottom: 5px;
}
span.important{
    color: red;
    text-decoration:underline;
}
.tippy-box[data-theme~='mizuTip'] {
/*    background-color: #FFEF93;*/
    background: linear-gradient(0deg, #FFFFA3 0%, #FFFFA3 50%, #FFEF93 50%, #FFEF93 100%);
    color: #555;
    border: 1px solid #F1D031;
}
.tippy-box[data-theme~='mizuTip'] > .tippy-svg-arrow > svg:first-child {
    fill: #FFFFA3;
}
.tippy-box[data-theme~='mizuTip'] > .tippy-svg-arrow > svg:last-child {
    fill: #F1D031;
}