/* "Open in new Tab or Window"-Icon wird nach Links mit target="_blank" hinzugefügt */
span a[target="_blank"]::after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	margin: 0 0 0 5px;
}

div.before.Hidden.ffw_notEditable.formControl + div.after{
	visibility: hidden !important;
}

.khm_archive_table > table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    border: 1px solid #333;
    border-radius: 5px;
    overflow: hidden; /* Ensures rounded corners display properly */
}
.khm_archive_table > table th, .khm_archive_table > table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.khm_archive_table > table td {
    font-weight: normal;
}

.khm_archive_table > table tr:last-child td {
    border-bottom: none;
}

.fullWidth{
    width: 100%;
}