
#xmlerr {
    height: 3%;
    background-color: #eee;
}

#xmlerr:hover {
    height: 50%;
    position: absolute;
    top: 50%;
}

#xmlnotation {
    height: 200px;
    display: block;
    vertical-align: top;
    overflow-y: scroll;
}

#xmlrollijn {
    position: absolute;
    height: 30px;
    width: 100%;
    z-index: 1;
    top: 85%;
}

#xmlrollijn:hover {
    cursor: row-resize;
    background: rgba(0, 255, 0, 0.3);
}

.dashed {
    border-bottom: thin dashed black;
}

.spel {
    background: rgba(0, 255, 0, 0.3);
}

.dlog {
    display: none;
    background: lightblue;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    padding: 10px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

  
 .fld {
 	width: 30px;
 	text-align: center;
 	padding: 4px 10px 4px 10px;
 }

 
