.lsfscxDiv{
    width: 80%; margin: 25px auto 0px; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 10px;display: none;
}

.title{
    font-size: 24px;padding: 24px 12px;position: relative;background: #0064aa;color: #fff;
}

.closeBtn{
    float: right;font-size: 24px;margin-right: 24px;font-family: emoji;width: 33px;height: 33px;border-radius: 50%;background: #000;color: #aaa;text-align: center;box-shadow: rgb(0 0 0 / 50%) 0px 0px 8px 2px;cursor: pointer;
}
.toolbar{
    padding: 12px 0;background-color: #b9d6ef;
}
.toolbar span{
    margin: 0 0 0 24px;
}
.toolbar button{
    width: 80px;
    margin: 0 0 0 12px;
}
.lsfsTable{
    height: 450px;overflow-y: auto;padding: 24px 0 48px 0;
}
.lsfsTable table{
    width: 96%;
    margin: 0 auto;border-collapse:collapse; border:solid #999; border-width:1px 0 0 1px;
}
.lsfsTable table tr.red {
    color: red;
}
.lsfsTable table th,.lsfsTable table td{
    text-align: center;
    border:solid #999; border-width:0 1px 1px 0; padding:2px;
}
.lsfsTable table th{
    font-size: 22px;
}
@media all and (max-width: 999px){
    .lsfscxDiv{
        width: 100%;
    }
    .lsfsTable table{
        width: 100%;
    }
    .lsfsTable{
        height: auto;overflow-y: none;padding: 24px 0 48px 0;
    }
}