body {
   background-color:whitesmoke;
   font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
   font-size:14px;
}

textarea {
   width:99%; height:99%;
   font-size:0.7rem;
   white-space: pre;
   overflow-wrap: normal;
}
#tblMijn {
   
}
#tblMijn td {
   border:1px solid gray;
}
#tblMijn td:nth-child(1) {
   width:210px; height:210px;
   max-width:210px;
   max-height:210px;
   min-width:210px;
   min-height:210px;
   overflow:scroll;   
}

.svgprent { width:200px; }
.svgknop{ width:16px; }

#spIN, #spOUT {
   font-size:10px;
}
input {
   vertical-align:middle;
   margin:0px 20px 1px 2px;
}
input[type=radio]{margin:0px 2px 1px 2px;}