body {
	background: #fafafa;
	font-size: 14px;
}
.content-holder {
	background: #fff;
	border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}
header::after {
	content: "";
	display: block;
	clear: both;
}
.author {
/*	height: 60px;*/
    padding: 16px;
}
.author > div {
	float: left;
}
.author .name {
	margin-left: 12px;
}
.author .name a {
	color: #262626;
	font-weight: 600;
}
.author .name a:hover {
	text-decoration: none;
}
.author .image a {
	border-radius: 100px;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
}
.author .image img,
.image-holder img  {
	width: 100%;
}
.icons {
	padding: 0 16px;
    margin-top: 4px;
    line-height: normal;
    font-size: 0;
}
.icons a {
	padding: 8px;
	display: inline-block;
}
.heart,
.cloud {
	width: 24px;
	height: 24px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(13cecc35f7af.png);
}
.heart {
	margin-left: -8px;
	background-position: -208px -336px;
}
.cloud {
	background-position: -355px -263px;
}
.view-count {
	padding: 0 16px;
    color: #262626;
    font-weight: 600;
}
.comment-list {
	color: #003569;
	padding: 0 16px;
    list-style: none;
    margin-bottom: 0;
}
.comment-list a {
	color: #262626;
	font-weight: 600;
}
.comment-list a:hover {
	text-decoration: none;
}
.comment-list li {
	padding-bottom: 6px;
    margin-top: -5px;
    padding-top: 5px;
}
.block {
	font-weight: normal;
	display: block;
	color: #003569;
}
.more-comment {
	padding: 0;
	margin-bottom: 8px;
}
.more-comment a {
	color: #999;
}
.time {
	padding: 0 16px;
}
a time {
	color: #999;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .2px;
    line-height: 18px;
}
.time a {
	margin-bottom: 4px;
	display: block;
	text-decoration: none;
}
.form-comment {
	padding: 16px 0;
	border-top: 1px solid #efefef;
	margin: 4px 16px 0;
}
.form-comment textarea {
	background: 0 0;
    border: none;
    color: #262626;
    max-height: 80px;
    outline: none;
    padding: 0;
    resize: none;
    height: 22px;
}
.form-comment form {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: flex;
    position: relative;
}
.dotdotdot {
	background-image: url(13cecc35f7af.png);
    background-repeat: no-repeat;
    background-position: -276px -115px;
    height: 16px;
    width: 16px;
    display: block;
}
.side-btn button {
	background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 6px;
}
.side-btn {
	bottom: 0;
    height: 52px;
    right: 10px;
    top: auto;
    position: absolute;
    justify-content: center;
    display: flex;
}
.icons .readit {
	display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    background-color: #efefef;
    color: #262626;
    margin: 5px auto;
    font-weight: 700;
    border-radius: 4px;
}
.icons .readit:hover {
	text-decoration: none;
	background-color: #e2e2e2;
}
.author .clear-both {
	clear: both;
	float: none;
}
.save-btn {
	text-align: right;
	/*margin-top: 15px;*/
}
.save-btn a {
	display: inline-block;
    background-color: #bd081c;
    padding: 5px 20px 5px 10px;
    font-weight: 700;
    border-radius: 4px;
}
.save-btn a > div {
    display: inline-block;
    color: #ffffff;
}
.save-btn a .icon {
    vertical-align: middle;
    line-height: 10px;
}
.header-title .title {
	font-size: 16px;
    line-height: normal;
    padding-top: 10px;
    font-weight: 600;
}
._5d {
	fill: currentColor;
    stroke-width: 0;
    color: #fff;
}
.save-btn a:hover {
	background: #ad081b;
	text-decoration: none;
}
.comments .avatar-name span {
	width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 100px;
    overflow: hidden;
    vertical-align: middle;
}
.comments .avatar-name span img {
	width: 100%;
}