<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center{
text-align: center;
}

.nomargin{
margin: 0;
}

.marginbot{
margin: 0 0 1em 0;
}

h2 {
	margin: 0.3em;
}

h3 {
	margin: 0.5em;
}

h4 {
	margin: 0.5em;
}

h5 {
	margin: 0.5em;
}

div.pad {
	width: auto;
	height:auto;
	padding: 1em;
	border: 1px solid green;
	display: inline block;
}

.post h2, .post h3 {
	text-align: center;
}

.post h2 {
	margin: 0.3em 0 0 0;
}

ul {
	list-style-type: circle;
	margin: 0.5em;
}

pre {
	width:100%;
	overflow:auto
}

.bar p {
	line-height:1.3em;
}

p.spaced {
	line-height:1.5em;
	padding:1em
}

p.mono {
	font-family:"Courier 10 Pitch","Courier New",courier,monospace;
	font-size:16px
}

p.rev {
	font-family:"Courier 10 Pitch","Courier New",courier,monospace;
	font-size:14px
}

p {
	font-size:16px;
	margin:.5em
}

p.tab{
	margin-left: 2em;
}

.bar {
	color:#111;
	overflow:auto;
	padding: 1em;
	margin:.5em 0;
	border-radius:10px
}

.bar img{
	max-height: 200px;
}

div.odd {
	background-color:#d0ffe0;
}

div.even{
	background-color:#d0f0ff
}

div.post {
	color:#111;
	padding:0 1em;
	border:3px solid #cde;
	background:#fff;
	border-radius:10px;
	margin:0 0 1em
}

div.warn {
	color:#000;
	padding:0 1em;
	border:2px dashed red;
	background:#fff;
	margin:0 0 1em;
	border-radius:10px
}

html {
	overflow-y:scroll;
	height:100%
}

body {
	background:#eee;
	color:#333;
	font-family: "helvetica","arial",sans-serif;
	margin:0;
	padding:0;
	height:100%
}

section#content {
	max-width:1000px;
	width:98%;
	margin:0 auto;
	padding:12px;
	overflow:hidden;
	padding:1%
}

.width_medium {
	max-width:800px;
	width:90%;
}

.outlined {
	margin: 1em auto;
	background:#fff;
	border-radius:10px;
	padding: 1em 1em 0 1em;
	border:3px solid #beb;
}

div#left {
	width:24%;
	background:#f3f3f3;
	float:left;
	border-radius:10px;
	padding:1em 1% 0 1%;
	border:3px solid #ebe
}

div#right {
	width:calc(72% - 1.5em);
	background:#fff;
	float:right;
	border-radius:10px;
	padding:1em 1% 0 1%;
	border:3px solid #beb
}

div#leftinv {
	width:calc(72% - 1.5em);
	background:#fff;
	float:left;
	border-radius:10px;
	padding:1em 1% 0 1%;
	border:3px solid #beb
}

div#rightinv {
	width:24%;
	background:#f3f3f3;
	float:right;
	border-radius:10px;
	padding:1em 1% 0 1%;
	border:3px solid #ebe
}

img.right {
	float:right;
	max-width:100%;
	height:auto;
	margin-left: 1em; 
}

img.left {
	float:left;
	max-width:100%;
	height:auto;
	margin-right: 1em; 
}

img.mid {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:1em 0;
	max-width:100%;
	height:auto
}

img.show {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	height:auto
}

.wrap {
	min-height:100%;
	margin:0 auto -40px;
	background-image: url('/media/img/bg_l.svg');
	background-repeat: repeat;
	background-size: 200px;
}

footer,.push2 {
	height:40px
}

footer {
	width:100%;
	clear:both;
	background-color: #def;
	margin: 0;
	overflow: hidden;
	background-image: url('/media/img/bg.svg');
	background-repeat: repeat-x;
	background-size: 35px;
	background-position: 10px 7px;
	height: 40px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,section {
	display:block
}

table {
	border-collapse:collapse
}

:focus {
	outline:0
}

a:link {
	color:#37e;
	text-decoration: none;
}

a:hover {
	color:#222;
	text-decoration:underline;
}

.medium {
	font-size:12px;
	padding:.4em 1.5em .42em
}

.small {
	font-size:11px;
	padding:.2em 1em .275em
}

h1.sm_title {
	font-size:18px;
	line-height:1em;
	text-align:center;
	font-family: monospace;
	margin:0
}

/* Content */
article.post p {
	font-size:12px;
	line-height:24px;
	margin:6px 0
}

article.post img {
	display:block;
	margin-bottom:24px
}

.post time {
	font-size:12px;
	color:#999;
	float:left;
	margin-top:6px
}

ul.tags {
	margin-bottom:24px;
	text-align:right
}

ul.tags li {
	list-style-type:none;
	display:inline
}

ul.tags li a {
	color:#999;
	text-decoration:none
}

h1.tag:before,ul.tags li a:before {
	content:'\00AB'
}

h1.tag:after,ul.tags li a:after {
	content:'\00BB'
}

ul.tags li a:hover {
	color:#222
}

h1 a,h2 a,h3 a {
	text-decoration:none
}

a.backlink {
	display:block;
	line-height:24px;
	margin-bottom:12px
}

a.backlink:before {
	content:'\2190'
}

a.prev:before {
	content:'\00AB'
}

a.next:after {
	content:'\00BB'
}

a.prev {
	margin-right:12px
}

a.prev,a.next {
	display:block;
	float:left;
	margin-bottom:12px
}

a.next {
	float:right;
}

a.backlink:hover,a.prev:hover,a.next:hover {
	color:#222
}

.post_nav a.disabled {
	color:#ccc
}

.post_nav a {
	color:#666;
	text-decoration:none;
	text-shadow:0 2px 0 #fff
}

.post_nav div {
	display:block;
	float:left;
	width:58px;
	overflow:hidden;
	margin-left:4px
}

.archives ul.posts {
	margin-top:24px
}

.archives li.post {
	list-style-type:none;
	border-bottom:1px dotted #ccc;
	height: 20px;
	margin-top: 10px
}

.archives li.post time {
	color:#999;
	text-shadow:0 2px 0 #fff;
	margin-right:24px;
	display:block;
	float:left;
	width:120px
}

.archives li.post a {
	float:left
}

.archives ul.tags {
	float:right;
	margin-bottom:0
}

.codebox {
	margin: 8px 0;
}

.code {
	position:relative;
	background:#EED;
	border:1px dashed #aaa;
	margin: 0 1em;
	padding: 0.5em 1em;
}

.code figcaption {
	font-size:10px;
	position:absolute;
	bottom:3px;
	right:12px;
	color:rgba(0,0,0,0.5)
}

.highlight pre {
	font-size:12px;
	padding: 0;
	line-height:16px;
	margin: 0
}


/* list */
.list {
	overflow:hidden;
	padding:0;
	margin:0
}

.list li {
	list-style-type:none;
	float:left;
	width: calc(50% - 3em);
	min-width:200px;
	height:300px;
	padding:12px;
	background:#fff;
	border-radius:10px;
	border:3px solid #beb;
	margin-bottom: 1em;
}

.list li:nth-child(even) {
    float:right;
    margin-left: 1em;
}

.list li p {
	font-size:10px;
	line-height:12px;
	margin-bottom:12px
}

.list h3 {
	border-bottom:1px dashed #ccc;
	font-size:12px;
	margin:0;
}

.list time {
	display:block;
	border-top:1px dashed #eb9;
	padding-top:4px;
	font-size:10px
}

.list img {
	max-height:200px;
	width:auto
}

@media screen and (max-width: 725px) { 
	.list li {
		width: calc(100% - 2.3em);
		min-width: auto;
	}
	
	.list li:nth-child(even) {
		float: left;
		margin-left: 0;
	}
	
	
}

.side img {
	width: auto;
	max-width: 100%;
	max-height:120px
}

.side li {
	list-style-type:none;
	float:left;
	height:280px;
	background:#fff;
	height: auto; 
	width: 100%;
	min-width: auto;
	margin: 1em 0; 
	padding: 0; 
	border:none;
}</pre></body></html>