span>a {
    color: inherit;
    cursor:pointer;
}

span>a:hover {
    color: inherit;
    cursor:pointer;
    text-decoration: inherit;
}

.einruecken {
    margin-left: 15px;
}

.abstandDavor {
    margin-top: 15px;
}

label {
    margin-top: 0px;
    margin-bottom: 0px;
}

.selection-start {
    outline: 2px dashed blue;  /* example for the start word */
}
.selection-end {
    outline: 2px dashed green; /* example for the end word */
}
.highlighted {
    background-color: yellow;  /* highlight in-between words */
}
