div.content-container {
	min-width: 0%;
}
div.content-panel {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid gray;
	border-radius: 0.5em;
	background: white;
	line-height: 1.35em;
}
div.content-panel h1 {
	margin: 0.5em 0em;
	padding: 0.5em 0em 0.25em 0em;
	border-bottom: 2px solid #080828;
	background: #F5F5F5;
	font-family: Calibri, sans-serif;
	font-size: 28pt;
}
div.content-panel h2 {
	margin: 0.5em 0em;
	padding: 0.5em 0em 0.25em 0em;
	border-bottom: 2px solid #080828;
	background: #F7F7F7;
	font-family: Calibri, sans-serif;
	font-size: 24pt;
}
div.content-panel h1 a,
div.content-panel h2 a,
div.content-panel h3 a {
	text-decoration: none;
}
div.content-panel p {
	margin: 0.75em 0.5em;
	font-family: Cambria, serif;
	font-size: 14pt;
	line-height: 1.5em;
}
div.content-panel ul li {
	margin: 0.25em 0em;
}
div.content-panel pre {
	margin: 0.25em 2em;
	padding: 0.5em;
	border-radius: 9px;
	font-family: monospace;
	font-size: 12pt;
	background: #222222;
	color: #F0F0F0;
	user-select: all;
	overflow: auto;
	min-width: 0%;
}
div.content-panel p code {
	font-family: monospace;
	background: #F7F7F7;
}
div.content-panel img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
div.content-panel time.publish-date {
	display: block;
	margin: -0.75em 0.5em 0em 0.5em;
	font-size: 0.9rem;
	font-style: italic;
	color: #333333;
	text-align: right;
}
div.content-panel div.youtube-container {
	position: relative;
}
div.content-panel div.youtube-container:hover {
	background-color: #F0F7F0;
}
div.content-panel img.youtube-thumbnail {
	width: 480px;
	height: 270px;
	object-fit: cover;
	border-radius: 8px;
}
div.content-panel img.youtube-watch-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (min-width: 641px) {
	div.section-intro-panel {
		display: flex;
	}
	div.section-intro-panel div {
		margin: 0.5em 2em 0.5em 0em;
	}
}
@media (max-width: 640px) {
	div.section-intro-panel {
		display: block;
	}
	div.section-intro-panel div {
		margin: 0.5em 2em 0.5em 0em;
	}
	div.section-intro-panel div.section-intro-emblem {
		text-align: center;
	}
}

.centered {
	text-align: center;
}

div.sidebar-panel {
	margin: 0.5em;
	padding: 1em;
	border: 1px solid gray;
	border-radius: 0.5em;
	background: white;
}
div.sidebar-panel h2 {
	margin: 0em;
	padding: 0.25em;
	border: 2px solid black;
	background-color: beige;
	font-family: Calibri, sans-serif;
	font-size: 14pt;
}
div.sidebar-panel p,
div.sidebar-panel div.sidebar-panel-item {
	margin: 0em;
	padding: 0.25em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Calibri, sans-serif;
	font-size: 12pt;
}
div.sidebar-panel div.blog-search-row {
	display: flex;
}
div.sidebar-panel div.blog-search-row div {
	margin-right: 0.5em;
}
div.sidebar-panel div.sidebar-final-info-item {
	margin: 0em;
	padding: 0.25em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Calibri, sans-serif;
	font-size: 12pt;
	font-style: italic;
	text-align: right;
}
div.sidebar-panel div.social-media-item {
	display: flex;
	align-items: center;
}
div.sidebar-panel div.social-media-item div {
	padding: 0em 0.15em;
}
div.sidebar-panel div.sidebar-panel-item div.share-links {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.hll { background-color: #222222 }
.c { color: #9999CC } /* Comment */
.err { color: #CCC; border: 1px solid #F00 } /* Error */
.esc { color: #CCC } /* Escape */
.g { color: #CCC } /* Generic */
.k { color: #CDCD00 } /* Keyword */
.l { color: #CCC } /* Literal */
.n { color: #CCC } /* Name */
.o { color: #39C } /* Operator */
.x { color: #CCC } /* Other */
.p { color: #CCC } /* Punctuation */
.ch { color: #9999CC } /* Comment.Hashbang */
.cm { color: #9999CC } /* Comment.Multiline */
.cp { color: #9999CC } /* Comment.Preproc */
.cpf { color: #9999CC } /* Comment.PreprocFile */
.c1 { color: #9999CC } /* Comment.Single */
.cs { color: #CD9999; font-weight: bold } /* Comment.Special */
.gd { color: #CD9999 } /* Generic.Deleted */
.ge { color: #CCC; font-style: italic } /* Generic.Emph */
.ges { color: #CCC; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.gr { color: #F00 } /* Generic.Error */
.gh { color: #9999CC; font-weight: bold } /* Generic.Heading */
.gi { color: #99CD99 } /* Generic.Inserted */
.go { color: #888 } /* Generic.Output */
.gp { color: #9999CC; font-weight: bold } /* Generic.Prompt */
.gs { color: #CCC; font-weight: bold } /* Generic.Strong */
.gu { color: #803380; font-weight: bold } /* Generic.Subheading */
.gt { color: #04D } /* Generic.Traceback */
.kc { color: #CDCD33 } /* Keyword.Constant */
.kd { color: #66CD66 } /* Keyword.Declaration */
.kn { color: #CD33CD } /* Keyword.Namespace */
.kp { color: #CDCD33 } /* Keyword.Pseudo */
.kr { color: #CDCD33 } /* Keyword.Reserved */
.kt { color: #66CD66 } /* Keyword.Type */
.ld { color: #CCC } /* Literal.Date */
.m { color: #CD66CD } /* Literal.Number */
.s { color: #CD6666 } /* Literal.String */
.na { color: #CCC } /* Name.Attribute */
.nb { color: #CD66CD } /* Name.Builtin */
.nc { color: #66CDCD } /* Name.Class */
.no { color: #CCC } /* Name.Constant */
.nd { color: #CCC } /* Name.Decorator */
.ni { color: #CCC } /* Name.Entity */
.ne { color: #669; font-weight: bold } /* Name.Exception */
.nf { color: #CCC } /* Name.Function */
.nl { color: #CCC } /* Name.Label */
.nn { color: #CCC } /* Name.Namespace */
.nx { color: #CCC } /* Name.Other */
.py { color: #CCC } /* Name.Property */
.nt { color: #CCC } /* Name.Tag */
.nv { color: #66CDCD } /* Name.Variable */
.ow { color: #CDCD66 } /* Operator.Word */
.pm { color: #CCC } /* Punctuation.Marker */
.w { color: #CCC } /* Text.Whitespace */
.mb { color: #CD66CD } /* Literal.Number.Bin */
.mf { color: #CD66CD } /* Literal.Number.Float */
.mh { color: #CD66CD } /* Literal.Number.Hex */
.mi { color: #CD66CD } /* Literal.Number.Integer */
.mo { color: #CD66CD } /* Literal.Number.Oct */
.sa { color: #CD9999 } /* Literal.String.Affix */
.sb { color: #CD9999 } /* Literal.String.Backtick */
.sc { color: #CD9999 } /* Literal.String.Char */
.dl { color: #CD9999 } /* Literal.String.Delimiter */
.sd { color: #CD9999 } /* Literal.String.Doc */
.s2 { color: #CD9999 } /* Literal.String.Double */
.se { color: #CD9999 } /* Literal.String.Escape */
.sh { color: #CD9999 } /* Literal.String.Heredoc */
.si { color: #CD9999 } /* Literal.String.Interpol */
.sx { color: #CD9999 } /* Literal.String.Other */
.sr { color: #CD9999 } /* Literal.String.Regex */
.s1 { color: #CD9999 } /* Literal.String.Single */
.ss { color: #CD9999 } /* Literal.String.Symbol */
.bp { color: #CD66CD } /* Name.Builtin.Pseudo */
.fm { color: #CCC } /* Name.Function.Magic */
.vc { color: #66CDCD } /* Name.Variable.Class */
.vg { color: #66CDCD } /* Name.Variable.Global */
.vi { color: #66CDCD } /* Name.Variable.Instance */
.vm { color: #66CDCD } /* Name.Variable.Magic */
.il { color: #CD66CD } /* Literal.Number.Integer.Long */
