@font-face {
    	font-family: 'LCD5x7';
      	src: URL('/fonts/lcd-5x7-segment-monospace.ttf') format('truetype');
}

#tableborders td {border:1px solid grey;}

#tablelcd th, td {border: 1px solid black; border-collapse: collapse;}

th, td {
	padding: 1px 5px 1px 5px;
}

figcaption {
        text-align: center;
}

.flex-container {
  	text-align: justify;
  	display: flex;
	justify-content: center;
}

.flex-container > div {
  	margin: 5px;
	padding: 5px;
}

body {
  	font-size: 17px;
	padding: 0px 5px 0px 5px;
	background-color: white;
	color: black;
	margin: 0;
	margin-right: 165px;
	border-right: 1px solid rgb(128, 128, 128);
	font-family: sans-serif;
	font-style: oblique;
}

a,a:link,a:visited,a:hover {
	color: #2243a8;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.title {
}

div.title h1 {
	margin: 0px -10px;
	padding: 5px 10px 0px 10px;
	text-align: center;
}

div.title a {
	color: black !important;
	text-decoration: none !important;
}
div.title a:hover {
	color: black !important;
	text-decoration: none !important;
}

div.title h2 {
	color: #ffffff;
	background: #436eee;
	margin: 0 0 1ex 0;
	padding: 0;
	text-align: center;
}
div.title span.date {
	color: #4000c0;
	padding-top: 2px;
	font-size: 80%;
	float: right;
}

div.body b2 {
	padding: 0 5px 0px 5px;
	font-size: 160%;
	font-weight: bold;
	font-style: normal;
}

/*
 * Special markup for weblog entries.
 */
div.entry {
	border-left: 1px solid rgb(128, 128, 128);
	border-right: 1px solid rgb(128, 128, 128);
	border-top: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);
	margin: 10px 0px;
}

div.padding {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.entry div.body {
	padding: 10px 10px;
}

div.entry div.title {
	background-color: #54ff9f;
	border-bottom: 1px solid rgb(128, 128, 128);
	font-weight: bold;
	font-size: 120%;
	padding: 0.26ex 10px;
}
div.entry div.title a {
	color: black !important;
	text-decoration: none !important;
}
div.entry div.title a:hover {
	color: black !important;
	text-decoration: none !important;
}
div.comment {
	border-left: 1px solid rgb(128, 128, 128);
	border-right: 1px solid rgb(128, 128, 128);
	border-top: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgb(128, 128, 128);
	margin: 10px 0px;
}
div.comment.author {
	margin-left: 20px;
}
div.comment div.title {
	background-color: #54ff9f;
	border-bottom: 1px solid rgb(128, 128, 128);
	font-weight: bold;
	padding: 0.26ex 10px;
}
div.comment.author div.title {
	background-color: #5fefef;
}
div.comment div.title span.date {
	color: #404040;
	padding-top: 4px;
	font-size: 60%;
	float: right;
}
div.comment div.body {
	padding: 5px 5px;
}

div.entry div.tags {
	border-top: 1px solid rgb(128, 128, 128);
	font-style: italic;
	font-family: Verdana, Georgia, Arial, sans-serif;
	text-align: right;
}
div.entry div.tags span.comments {
	padding-left: 5px;
	float: left;
}
div.nextpage {
	background: #d0ffd0;
	font-size: 150%;
	float: left;
}
div.rsslink {
	text-align: center;
}
div.prevpage {
	background: #d0ffd0;
	font-size: 150%;
	float: right;
}

div#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 155px;
	float:right;
	font-family: sans-serif;
	font-size: 80%;
	text-align: justify;
	padding: 0 5px;
	background-color: white;
	color: #f00900;
	border-left: 1px solid rgb(128, 128, 128);
	margin: 0;
}

pre {
	overflow:	auto;
	background:	rgb(230,230,230);
	border:		solid;
	border-width:	thin;
	padding: 5px  10px;
}

