@font-face {
	font-family: "CMU Concrete";
	src:
		url("../fonts/cmunorm_stripped.woff");
}
html {
	background-color:#fafafa
}
body {
	font-family: "CMU Concrete";
	color:#555;
	font-size:16px;
	margin:2em auto;
	max-width:800px;
	padding:1em;
	line-height:1.4;
	text-align:justify;
	overflow-x: hidden;
}
h1 {
	text-align: left;
}
p {
	margin-left: 20px;
	text-indent: 35px;
}
a {
	color:#07a
}
a:visited {
	color:#941352
}
small {
	font-size:.4em
}
blockquote {
	color:#456;
	margin-left:4em;
	margin-right:4em;
	margin-top:2em;
	margin-bottom:2em;
}
blockquote:before {
	font-family:Times New Roman,Times,Arial;
	color:#666;
	content:open-quote;
	font-size:2.2em;
	font-weight:600;
	float:left;
	margin-top:0;
	margin-right:.2rem;
	width:1.2rem
}
blockquote:after {
	content:"";
	display:block;
	clear:both;
	visibility: hidden;
	content: close-quote;
	line-height: 0;
}
@media screen and (max-width:480px) {
	body {
		text-align:left
	}
}
@media screen and (min-width: 480px) {
	pre.sourceCode {
		margin-left: 40px;
		margin-right: 20px;
	}
}
div.sourceCode {
	overflow-x: unset;
}
pre.sourceCode{
	background-color: #002B36;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #0059B6;
}
pre {
	overflow: auto;	
}
div.sourceCode:before {
	content: attr(caption);
	font-size: 14px;
}
code {
	/* background-color: #002B36; */
	width: 100% !important;
	font-size: 14px;
	/* color: #bdae9d; */
	color: #002B36;
}
code.sourceCode {
	display: block;
	white-space: break-word;
}
table.sourceCode, td.lineNumbers{
	background-color: #002B36;
}
pre {
	background-color: #002B36;
}

pre > code {
	color: #bdae9d;
}
span.math {
	text-align: center;
	display: block;
}
.caption {
	font-size: 14px;
}
.icon {
	border:none;
	width: 24px;
	padding: 5px;
	float: right
}
img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#feeds {
	margin-left: calc(100% - 60px);
	border: none;
	width: 100%;
	overflow: hidden;
}

.feed-icon {
	width: 24px;
	float: left;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,tr,td {
	border: 1px solid #555;
}
video {
	display: block;
	margin: 0 auto;
}

caption {
	font-size: 18px;
}
