.btn {
    padding: 1px 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background-color: #b4c3e1;
    border: 1px solid black;
    color:black;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.border-0 { border:0; }
.border-1 { border: solid 1px #000; }

/* Drag and Drop Import Tool */

.drop-hover { background-color:pink; }
.special { display:inline-block; }
.import_data_drag td li { display:none; }

li.mli { padding:5px; }

form#form_import .invoerveld {
    margin-bottom:5px;
}

form#form_import td {
    width:100px;
}

/* END Drag and Drop Import Tool */