.tooltipster-chess .tooltipster-box {
    background-color: #F0F1EB;
    border-radius: 0;
    width: 250px;
    position: relative;   
    border-radius: 4px; 
    border: none;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #F0F1EB;
    border-radius: 12px;
    font-size: 14px;
}
.tooltipster-chess .tooltipster-content {padding: 6px 8px; color: #949499}
.tooltipster-chess .tooltipster-content b {color: var(--TEXT-COLOR);}


.tooltipster-chess table {color: #001d36; margin: 10px 0; font-size: 0.9rem; width: 100%; border-spacing: 0; border-collapse: collapse; padding-top: 5px;}
.tooltipster-chess table tr {border-bottom: 1px dotted #cfdfec}
.tooltipster-chess table tr td:nth-child(2){text-align: right;} 

.tooltipster-sidetip.tooltipster-chess .status_templates {margin-bottom: 10px; background-color: #cfdfec;  color: #001d36;}
.tooltipster-sidetip.tooltipster-chess img {max-width: 100%; max-height: 300px; display: block; margin: 0 auto;}


.tooltipster-sidetip.tooltipster-bottom.tooltipster-chess .tooltipster-arrow {margin-top: -7px;}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {margin-bottom: 1px;} 

.tooltipster-sidetip.tooltipster-chess.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-chess.tooltipster-right .tooltipster-arrow {
    height: 22px;
    margin-left: 0;
    margin-top: -11px;
    width: 11px;
}
.tooltipster-sidetip.tooltipster-chess .tooltipster-arrow-background {
    border: 11px solid transparent;
}
.tooltipster-sidetip.tooltipster-chess.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #F0F1EB;
    top: 4px;
}
.tooltipster-sidetip.tooltipster-chess.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #F0F1EB;
    left: -4px;
}
.tooltipster-sidetip.tooltipster-chess.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #F0F1EB;
    left: 4px;
}
.tooltipster-sidetip.tooltipster-chess.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #F0F1EB;
    top: -4px;
}
.tooltipster-sidetip.tooltipster-chess .tooltipster-arrow-border {
    border-width: 11px;
}
.tooltipster-sidetip.tooltipster-chess.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -11px;
}
.tooltipster-sidetip.tooltipster-chess.tooltipster-right .tooltipster-arrow-uncropped {
    left: -11px;
}

.tooltipster-sidetip.tooltipster-chess.tooltipster-bottom .tooltipster-arrow-border {border-bottom-color:#F0F1EB;}
.tooltipster-sidetip.tooltipster-chess.tooltipster-left .tooltipster-arrow-border {border-left-color:#F0F1EB;}
.tooltipster-sidetip.tooltipster-chess.tooltipster-right .tooltipster-arrow-border {border-right-color:#F0F1EB;}
.tooltipster-sidetip.tooltipster-chess.tooltipster-top .tooltipster-arrow-border {border-top-color:#F0F1EB;}