.divWhitespacEditor{
    font-size: 18px;
    border: 1px solid var(--oranjeDonker);
}
.divWhitespacEditor .divTableCell{
    border: 1px solid var(--zilverBackground);    
}

.divWhitespacEditor .divTableCell.divSelectV.divSelectH{
    background-color: var(--oranjeLicht);
}

// select Horizontaal
.divWhitespacEditor .divTableCell.divSelectH{
    //border-top: 1px solid var(--oranjeLicht);
    //border-bottom: 1px solid var(--oranjeLicht);
    background-color: #fff9ec // var(--oranjeHeelLicht); maar dan nog lichter....
}

// select Verticaal
.divWhitespacEditor .divTableCell.divSelectV{
    //border-left: 1px solid var(--oranjeLicht);
    //border-right: 1px solid var(--oranjeLicht);
    background-color: #fff9ec;
}

table.tblCollapse{
    border-collapse: collapse;
}

#divWhitespacEditor:focus{
    outline: none;
}

// deze is nodig om de rows op elkaar te drukken
.divWhitespacEditor .divTableRow{
    line-height: 0px;
}

.divWhitespacEditor .divTableCell{
    width: .7em;
    height: 1em;
    overflow: hidden;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-weight: 500;    
}
