.bd-snippet {
}
.bd-snippet-title {
	display: flex;
	font-size: 1.7rem;
}
.bd-snippet-tag.bd-is-html {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #00C4A7;
	color: #fff;
}
.bd-snippet-tag {
	align-items: center;
	border-radius: .5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	display: inline-flex;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: .6em;
	font-weight: 600;
	height: 1.5rem;
	padding: 0 1em;
	vertical-align: top;
	background: #00C4A7;
	color: #fff;
}
.bd-snippet-code {
	font-size: 1.1em;
	position: relative;
	padding: .4em;
	background: #00C4A7;
	color: #fff;
}
.prywatny {
	background-color: palegreen !important;
}
.editable {
	background-color: #86a6d9;
	color: #fff;
}
table#ramowkaTable td {
	border: 1px solid #000 !important;
	padding: 3px importnat!;
}
div#actions button {
	border: 1px solid #fff;
}
