.liveStat{
    text-shadow: 0px 0 0px green;
}

.glow {
    transition: 500ms;
    text-shadow: 0px 0 30px green;
    /* outer right cyan */
    font-weight: bold;
    opacity: 0.8;
}

.ch-dialog{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-content:center;
}

table td{
    vertical-align: middle;
}

.ch-dialog .ch-dialog-front{
    background:#fff;
    width:500px;
    max-width:100%;
    padding:25px;
    box-shadow:0px 0px 20px -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sf-modal-close-btn {
    width:36px;
    height:36px;
}

.sf-modal-close-btn img{
    height:100%;
    width:100%;
}