

.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}
.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}
.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}
.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}

.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}
.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}


#tooltipster-1881{   min-height:150px; max-height: 10px!important;width:600px!important;;  vertical-align: middle; text-align: center;}

.tooltipster-content{overflow-y:auto!important; color:white;padding-bottom:10px}

.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;}

.tooltipster-base { pointer-events: auto!important;}
.tooltipster-content .mjx-chtml{margin-top:2px}

.dynMJ{
    animation: ttfadeIn 2.2s;
    -webkit-animation: ttfadeIn 2.2s;
    -moz-animation: ttfadeIn 2.2s;
    -o-animation: ttfadeIn 2.2s;
    -ms-animation: ttfadeIn 2.2s;
  }


.tooltipster-content {
    animation: ttfadeIn 1.2s;
    -webkit-animation: ttfadeIn 1.2s;
    -moz-animation: ttfadeIn 1.2s;
    -o-animation: ttfadeIn 1.2s;
    -ms-animation: ttfadeIn 1.2s;
  }

@keyframes ttfadeIn{
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes ttfadeIn{
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
}




.tooltipster-base  .mjx-chtml {display:inline!important;}
.tooltipster-base {font-size:16px!important;}

.tooltipster-show {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

.tooltipster-base{display:flex;position:absolute}
.tooltipster-box{flex:1 1 auto}


.zooltipster-base .zmjx-chtml{display: inline!important;}
.tooltipster-base  .MathJax_SVG_Display{margin:0!important;}
.tooltipster-content{box-shadow: none!important;}






