.popup_checkbox{
    display: flex;
    width: 75px;
    height: 20px;
    border: var(--solid-grey);
    border-radius: 5px;
    margin: 1px;
    text-align: center;
}

.popup_checkbox label{
    display: inline;
    width: 100%;
}

.popup_checkbox input[type=checkbox]:checked{
    background-color: green;
}

.popup_checkbox_container{
    display: flex;
    flex-wrap: wrap;
}

.jsdragtable-contents {
    background: #fff;
    box-shadow: 2px 2px 5px #aaa;
    padding: 0;
}

.jsdragtable-contents table {
    margin-bottom: 0;
}