/* defaultne styly pre subory, ktore sa budu zobrazovat mimo design ISu */
.html-editor.externi .se-content * {
	font-family: initial !important;
	text-rendering: initial !important;
	padding: initial !important;
}

.html-editor.externi .se-content a {
	text-decoration: underline !important;
	cursor: initial !important;
	color: initial !important;
	color: var(--text) !important;
}

.html-editor.externi .se-content hr {
	border-color: initial !important;
}

.html-editor.externi .se-content pre,
.html-editor.externi .se-content code {
	border: initial !important;
	background-color: initial !important;
	font-family: monospace !important;
}

.html-editor.externi .se-content ol,
.html-editor.externi .se-content ul {
	margin-left: 2.5em;
}

.html-editor.externi .se-content ul > li:before {
	content: "•" !important;
}

/* specialne pre tabulky */

.html-editor.externi .se-content table {
	border-collapse: collapse;
	width: initial;
}

.html-editor.externi .se-content td {
	border: 1px solid black;
}
