/* CSS Document */
	body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
	.author-aside-wrapper,.author-wrapper{background: #fff; border: 1px solid #dedede; border-radius: 4px; overflow: hidden}
	.author-aside-wrapper{margin-bottom: 2em}
	.author-wrapper{padding: 1em; min-height: 369px; margin-bottom: 2em}
	.author-figure{background: #fff;}
	.author-figure *{margin: 0;padding: 0;}
	.author-figure img{width: 100%; height: auto}
	.author-socials{padding: 1em 0; text-align: center;}
	.author-socials a{display: inline-block; width: 40px; height: 40px; overflow: hidden; border: 1px solid #dedede; border-radius: 50%; line-height: 35px; text-align: center; font-size: 20px; color: #787878}
	.author-socials a:hover{color: #333;}
	.author-figure figcaption h2{font-size: 1.3em; font-weight: 700; text-align: center; padding: .5em}
	.author-figure h3{font-size: 1em; font-weight: 900; padding: .5em 0; text-align: center}
	.author-wrapper header{border-bottom: 1px; margin-bottom: 1em;}
	.author-wrapper header h1{font-size: 2em; font-weight: 900; padding: 1em 0}
	.author-sharer-date{display: flex; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #dedede; padding-bottom: .5em}
	.author-sharer-date time{font-size: .9em}
	.article-text-wrapper{font-size: 1.2em; color: #212121; line-height: 1.6; font-weight: normal; padding: 0 2em}
	.article-text-wrapper .innews-figure{margin: 1em 0;padding: 0;}
.innews-figure img{width:100%; height: auto;}
.innews-figure figcaption{background: #489bdd; color: #fff; font-size:.8em; padding: 1em}
	.list-author-articles-ul *{color: #555;}
	.list-author-articles-ul li{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: .2em}
	.list-author-articles-ul li a{font-size: .8em; padding: .5em;}
	.other-authors{font-size: 1.1em; text-align: center; padding: .5em; background: #489bdd; color: #fff}
	.list-authors-caption *{margin: 0;padding: 0;}
	.list-authors-caption h1{font-size: 1.2em; background: #fff; position: relative; margin: 1em; border-radius: 6px; padding: .5em; margin-top: -1.5em; text-align: center; margin-bottom: 0}
	.list-authors-caption ul li{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: .1em .5em;}
	.list-authors-caption ul li a{color: #333; font-size: .9em}
	.author-header{padding: 2em 1em; background: #fff; border: 1px solid #dedede; border-radius: 5px; margin-bottom: 2em;}
	.author-header h1{font-size: 2em; color: #2A2323}
	.author-header h2{font-size: 1em; color: #8C8C8C}
	.list-all-articles-ul{list-style-type: none; margin: 0;padding: 0;}
	.list-all-articles-ul li {display: block; padding: .5em; border: 1px solid #dedede; border-radius: 4px; margin-bottom: .5em;}
	.list-all-articles-ul *{transition: all 1s}
	.list-all-articles-ul li:hover{background: #207E9B;}
	.list-all-articles-ul li:hover * {color: #fff;}
	.list-all-articles-ul li a{color: #333;}
	.list-all-articles-ul li a:hover{text-decoration: none}
	.list-all-articles-ul time{font-size: .8em; color: #777; float: right}
	
	@media (max-width:760px){
		.article-text-wrapper{font-size: 1em;padding:.5em}
		.author-figure figcaption h2{font-size: 1em}
		.author-side{display: block;}
		.list-all-articles-ul time{float: none; display: block}
		.author-figure{display: flex; justify-content: space-between; align-items: center; margin-bottom: 0}
		.author-figure img{flex-basis: 150px; width: 150px;}
		.author-figure figcaption{flex-basis:100%}
		.list-author-articles-ul{display: none}
		.author-socials{padding: .1em}
		.other-authors{display: none;}
	}