blockquote {
	border-left-color: #162D40;
}

hr {
	border: none;
	border-top: 2px solid #266599;
}

.slot .slot-toolbar.ui.menu {
	border-width: 1px;
}

.slot-background {
	background-color: #000;
}

.slot-id {
	color: #131e29;
}

.text-line {
	font-family: "Roboto Mono", Consolas, Courier, monospace;
	line-height: 1.5;
}

.display-wrapper,
.slot-content-wrapper,
iframe.isolated-slot-content,
pre[class*='language-']
{
	scrollbar-color: #2A567A #000;
}
.display-wrapper::-webkit-scrollbar,
.slot-content-wrapper::-webkit-scrollbar,
iframe.isolated-slot-content::-webkit-scrollbar,
pre[class*='language-']::-webkit-scrollbar,
.display-wrapper::-webkit-scrollbar-track,
.slot-content-wrapper::-webkit-scrollbar-track,
iframe.isolated-slot-content::-webkit-scrollbar-track,
pre[class*='language-']::-webkit-scrollbar-track {
	background-color: #000;
}
.display-wrapper::-webkit-scrollbar-thumb,
.slot-content-wrapper::-webkit-scrollbar-thumb,
iframe.isolated-slot-content::-webkit-scrollbar-thumb,
pre[class*='language-']::-webkit-scrollbar-thumb {
	background: #2A567A;
}
