.nfg-mausklick {
    font-size: 1rem;
}
.nfg-mausklick table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.nfg-mausklick table th {
    text-align: left;
}
.nfg-mausklick table td:last-child {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
}
