#cms .toc {
	padding: 15px 0 0;
}

html[lang="pl"] #cms .toc:before {
	content: "Spis treści"!important;
}

html[lang="en"] #cms .toc:before {
	content: "Table of content"!important;
}

#cms .toc:before {
	content: "Table of Content";
    margin: 20px 0;
    display: block;
    font-weight: 600;
    font-size: 18px;
}

#cms .toc a:hover  {
	text-decoration: underline;
}

#cms .toc ol {
	padding: 0;
	margin: 0;
}

#cms .toc ol li {
	margin: 0 0 0 30px;
    font-size: 14px;
    text-indent: -15px;
    padding: 0;
    list-style-type: none;
    display: block;
    text-transform: lowercase;
}

#cms .toc ol li:before {
	content: counters(item,".") ". "!important;
    margin: 0;
    width: 10px;
    display: inline-block;
}

#cms .toc ol li::first-letter {
	text-transform: uppercase;
}

#cms {
	word-break: break-word;
}

h1 {
	line-height: 40px
}

h2 {
	line-height: 32px
}

.rte {
	padding: 0 8px;
	font-size: 16px;
	text-align: justify;
	line-height: 40px;
}
