#flip {
    padding: 5px;
    text-align: left;
    /*border: solid 1px #2A3F54;*/
    /*width: fit-content;*/
    cursor: pointer;
    /*background: #fff;*/
    /*border-radius: 5px;*/
    color: #fff;
}

#flip2 {
    padding: 5px;
    text-align: left;
    /*border: solid 1px #2A3F54;*/
    /*width: fit-content;*/
    cursor: pointer;
    /*background: #fff;*/
    /*border-radius: 5px;*/
    color: #fff;
}

#list-checks {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    font-size: 14px;
    display: none;
    position: absolute;
    max-height: 300px;
    overflow: auto;
    border-radius: 5px;
    text-align: left;
    z-index:200;
}

#list-checks2 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    font-size: 14px;
    display: none;
    position: absolute;
    max-height: 300px;
    overflow: auto;
    border-radius: 5px;
    text-align: left;
    z-index: 200;
}

.check {
    padding: 2px 10px;
    /*border-bottom: 1px solid #ccc;*/
}

    .check input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

.hide-column-content {

    float: left;
    margin: 5px 20px;
}