		code {
			border-radius: 6px;
			font-size: 115%;
		}

		.code-block {
			position: relative;
			width: 100%;
		}

		.label {
			position: absolute;
			padding: 3px 24px;
			left: 0px; /* Umístění vlevo */
			top: calc(-1em - 6px);
			min-width: 80px;
			text-align: center;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
			/*background-color: #dee6ef;*/
		}

		.language {
			position: absolute;
			color: lightgray;
			right: 8px; /* Umístění vpravo */
			top: 4px;
			font-size: 11px;
		}

        .language2 {
            position: absolute;
            color: lightgray;
            right: 24px; /* Umístění vpravo */
            top: 4px;
            font-size: 11px;
        }

		.params {
			width: 100%;
			border-collapse: collapse;
		}

		.params thead {
			background: #dee6ef;
		}

		.params th {
			border: 1px solid #1C6EA4;
			padding: 4px;
		}

		.params td {
			border: 1px solid #1C6EA4;
			padding: 4px 8px;
		}

		.params tbody tr:nth-child(even) {
			background-color: #fafafa;
		}

		.params tbody tr:nth-child(odd) {
			background-color: #fefefe;
		}

		.notranslate {
			translate: no;
		}

		.caption {
			padding-bottom: 0.8em;
		}

		.left {
			text-align: left;
		}

		.center {
			text-align: center;
		}
