.article, .description {
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: justify;
}


hgroup h1 {
	margin: 0 0 .67em 0;
	font-size: 4em;
	line-height: 1;
}
hgroup h2 {
	line-height: 1;
	font-weight: 300!important;
	font-size: 1.2em;
/* 	font-style: italic; */
	margin-top: -.3em;
	margin-bottom: 1em;
}
article time {
	float: right;
}

.article table {
	width: auto;
	margin: .25em 0;
}
.content ul li {
	list-style-type: none;
/* 	display: inline-block; */
	text-indent: 1ch;
    position: relative;
}
.content ul li::before {
	content: '-';
    position: absolute;
    left: -1ch;
}

.content ol li {
	list-style-type: decimal;
}

.content, .summary {
    --x-height-multiplier: 0.375;
    --baseline-multiplier: 0.17;
    font-weight: 300;
    font-style: normal;
/*     font-size: 1.3em; */
/*     line-height: 1.58; */
/*     letter-spacing: -.003em; */
    color: rgba(0,0,0,.84);

    text-align: justify;
    margin-top: -.2em;
}
.content::after {
	content: "";
	display: table;
	clear: both;
}
.content p, .content ul, .content ol {
	margin: 0 0 1em;
	clear: left;
}
.content li > p {
    display: inline-block;
    padding-left: 1ch;
    text-indent: 0em;
}

.content p:last-child {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.summary {
	margin-bottom: 2em;
}

article > .aside {
    font-family: Lucida Grande;
    margin: 30px 20px;
    color: #666;
    font-size: 0.8em;
}

.line-numbers a {
    text-decoration: none;
    color: #000;
    padding-right: 1em;
}

code {
    background: #eee;
    padding: 2px 5px;
}

pre {
    background: #eee;
    padding: 10px 15px;
    overflow: auto;
}

pre > code {
    padding: 0;
}

.content figure, .summary figure {
    margin: .5em 1em .5em 0;
    display: inline-block;
    vertical-align: top;
    /* float: left; */
    /* max-width: 70vw; */
}
/* @media (max-width: 940px) {
    .content figure, .summary figure {
        max-width: 100%;
    }
} */

.content figure img, .summary figure img {
    /* width: auto; */
    /* max-width: 100%; */
    width: 100%;
/*     max-height: 108vh; */
    max-height: 50vh;
}

.content figure + br, .summary figure + br {
	clear: left;
}

.content figure figcaption, .summary figure figcaption {
    color: #666;
    font-style: italic;
    font-size: 0.8em;
}

.content blockquote, .summary blockquote {
    margin: 0px 0;
    color: #666;
    border-left: 3px solid black;
    padding-left: 10px;
}



@media (min-height: 400px) {
	.content, .summary {
/*
		-webkit-columns: auto 22em;
		-moz-columns: auto 22em;
		columns: auto 22em;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
		-webkit-column-rule: 1px dotted #ddd;
		-moz-column-rule: 1px dotted #ddd;
		column-rule: 1px dotted #ddd;
		-webkit-column-fill: auto;
		-moz-column-fill: auto;
		column-fill: auto;
*/
/* 		height: 4em; */
/* 		min-height: 4em; */

/* 		padding-bottom: 1em; */
	}
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
/*
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
*/
/*
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
*/

	height: auto;
	min-height: auto;

	font-size: 1em;
}

@media (min-width: 500px) {
	.content, .summary {
		height: auto;
	}
}

article strong {
	font-weight: 400;
	color: #000;
}

article em {
	color: rgba(0,0,0,.78);
	font-style: italic;
}

.article footer {
	border-top: 1px dashed #f7f7f7;
	margin: 1em 0;
	padding: .5em;
	font-size: .8em;
}
.article footer ul {
	list-style-type: none;
}
.article footer li {
	display: inline;
}
.article footer li::after {
	content: ", ";
}
.article footer li:last-child::after {
	content: "";
}
