blockquote {
    padding: 0 13px;
    margin: 0;
    border-left: 2px solid #8b8b8b;
    font-variation-settings: 'wght' 400;
	font-weight: 400;
}

pre {
    padding: 15px;
    background-color: #f1f3f5;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    text-align: left;
    font-variation-settings: 'wght' 400;
	font-weight: 400;
}

.section-title h3 {
	color: #3A3A3A;
	font-variation-settings: 'wght' 700;
	font-weight: bold;
}

.section-title p {
	margin-top: -10px;
	font-style: italic;
	font-variation-settings: 'wght' 400;
	font-weight: 400;
}

.categories .card-body {
	padding: 10px 15px;
}

.categories a {
	font-size: 14px;
	font-variation-settings: 'wght' 700;
	font-weight: bold;
}

.categories .article-list {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.categories .article-list a,
.categories .category-list a,
.categories .tag-list a {
	font-size: 13px;
	font-variation-settings: 'wght' 400;
	font-weight: 400;
}

.article {
	margin-top: 20px;
}

/* Comments */

.commentbox {
	margin-bottom: 15px;
}

.commentoperator, .commentuser {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.commentoperator {
	background: #edfbeb;
	border-color: #cce5b9;
}

.commentuser img, .commentoperator img {
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	float: left;
	margin: -2px 11px -2px -2px;
	width: 24px;
}

.commentuser .fa, .commentoperator .fa {
	color: #aaa;
	margin: 0px 15px 0 5px;
	font-size: 21px;
}

a.commentreply {
	float: right;
	margin: 4px;
}

.comment {
	padding:10px;
}
