#plot-show-table {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999;
}
#plot-show-table .listdom {
    font-family: Arial;
    margin-bottom: 16px;
    width: 100%;
    border-color: #1970fc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#plot-show-table .listdom .btn,
.span {
    display: block;
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background-color: rgba(24, 144, 255, 1);
    user-select: none;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
}
#plot-show-table .listdom .input {
    opacity: 0;
    display: block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    background-color: rgba(24, 144, 255, 1);
    user-select: none;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
}
#plot-show-table .listdom .list-item {
    flex: 1;
    height: 100%;
    padding: 5px 12px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: rgba(24, 144, 255, 1);
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    margin: 1px;
    text-align: center;
}

#plot-show-table .listdom .list-item-left{
    margin-right: 4px;
}

#plot-show-table .listdom .list-item-right{
    margin-left: 4px;
}

#plot-show-table .listdom .list-item-center{
    margin-left: 3px;
    margin-right: 3px;
}