.title-blue {
	letter-spacing: 1px;
}
.alert {
	border: 1px solid #e1e1e1;
	padding: .5rem 1rem;
}
.alert-success {
	border-color: #4ab563;
}
.post-author {
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: capitalize;
	margin-right: 5px;
}
.post-meta {
	color: #7c7f85;
	font-size: 11px;
}
.question-header .post-status{
	margin-left: auto;
}
.badge-span {
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 3px;
	background-color: #30a96f;
	color: #ffffff;
	border-radius: 1px;
	font-size: 11px;
	padding: 1px 4px 2px;
	line-height: 15px;
	display: inline-block;
	text-transform: capitalize;
}
.article-question {
	padding: 0 0 10px;
	border-bottom: 1px solid #e4e6e6;
	margin-bottom: 20px;
	line-height: 1.45;
}
.question-header,
.answer-header {
	display: flex;
	align-items: baseline;
}
.question-content {
	margin-bottom: 7px;
	background-color: #f5f5f5;
}
.question-header {
	padding: 7px 10px;
	background-color: rgba(0, 0, 0, .02);
	border-bottom: 1px solid rgba(0, 0, 0, .04);
}
.question-body {
	font-weight: bold;
	font-size: 13px;
	padding: 10px 10px 10px;
}
.question-body .text-danger {
	font-weight: normal !important;
	font-size: 11px;
	margin-bottom: 10px;
}
.answer-content {
	padding: 8px 5px 8px 45px;
	position: relative;
}
.answer-content:before {
	content: '';
	display: block;
	border-right: 1px dotted rgba(0, 0, 0, .3);
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 50%;
	width: 1px;
}
.answer-content:not(:last-child):before {
	bottom:0;
}
.answer-content:after {
	content: '';
	display: block;
	border-top: 1px dotted rgba(0, 0, 0, .3);
	position: absolute;
	left: 22px;
	bottom: 48%;
	width: 8px;
	height: 1px;
}
.tagcloud {
	margin-top: 7px;
	display: flex;

}
.tagcloud a {
	font-size: 11px !important;
	background-color: rgba(0, 153, 206, .3);
	margin-right: 6px;
	color: #383838;
	display: block;
	padding: 4px 6px;
	border: 1px solid rgba(0, 0, 0, .2);
	transition: border .20s linear, color .20s linear, background-color .20s linear;
	-moz-transition: border .20s linear, color .20s linear, background-color .20s linear;
	-webkit-transition: border .20s linear, color .20s linear, background-color .20s linear;
	-o-transition: border .20s linear, color .20s linear, background-color .20s linear;
}
.tagcloud a:hover {
	background-color: rgba(0, 153, 206, .7);
	color: rgba(255, 255,255,.8);
	border-color: rgba(0, 0, 0, .3);
	text-decoration: none;
}