    .visibility_item {
        background-color: green;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    
    .scb-sett-select {}
    
    .scb-sett-select-chosen {
        width: 300px;
    }
    
    .tablenav .actions .scb-sett-select-chosen {
        width: 500px;
    }
    
    .chosen-container-multi .chosen-choices {
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border-color: #dfdfdf;
        background-image: none;
    }
    
    .chosen-container .search-field input {
        width: 90%!important;
    }
    
    .chosen-container-multi .chosen-choices input {
        margin: 2px;
        height: 27px!important;
        border-color: #dfdfdf;
    }
    
    .chosen-container .search-field {
        float: none!important;
    }
    
    .tablenav .actions {
        overflow: visible;
    }
    
    .positioned-divs {
         
    }
    
    .positioned-divs .div-under {
        z-index: 1;
    }
    
    .positioned-divs .div-over {
        z-index: 2;
        left: 0;
        top: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: grey;
        opacity: .5;
    }