.blog {
	margin-bottom: 35px;
}

.blog .infoline {
    font-style: italic;
    /* background: #fff; */
    font-size: 11px;
    margin: 5px 0 0 0;
}

.blog a {
	/* color: #596266; */
	/* text-decoration: none; */
}

.blog a:hover {
	color: #e06d08;
}

.blog .content {
    color: #596266;
    line-height: 1.5em;
}

.blog .comment {background: #ffffff;outline: 1px solid #e6e6e6;}

.blog .comment .datetime {
	text-align: right;
	height: 24px;
	padding: 5px 0 2px 1px;
	/* border-bottom: 1px solid #f5f5f5; */
	font-size: 11px;
	/* background: #f5f5f5; */
	box-sizing: border-box;
}

.blog .comment .username {
	font-weight: 600;
	height: 24px;
	padding: 3px 0 2px 1px;
	/* background: #f5f5f5; */
	/* border-bottom: 1px solid #f5f5f5; */
	box-sizing: border-box;
}

.blog .comment .commentcontent {
	font-size: .9em;
	padding: 5px 0 10px 0;
	word-break: break-all;
	overflow: hidden;
}

#comment-text {
    clear: both;
    height: 8em;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.error {
color: #f00;
    font-size: 13px;
    line-height: 28px;
    display: none;
    overflow: hidden;
    margin-bottom: 5px;
}

.mark {
    color: green;
    font-weight: 800;
    font-size: 1em;
}

#composer input[type=text] {
    width: 97%;
}

#composer textarea {
    width: auto;
    height: 8em;
}

#composer input[name="article-title"] {
    font-size: 1.3em;
    font-weight: 400;
    color: #222;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#success {
    padding: 15px;
    margin: 10px 0;
    background: #38ad54;
    color: #fff;
    border-radius: 5px;
}

.articlecontentpreview {margin: 7px 0 8px 0;line-height: 1.4em;}

.commentsop {
	outline: 1px solid red;
	text-align: right;
}