 .esprit-forum-block {
        margin-bottom: 20px;
    }
.issue.issue-forum  {
	padding: 3px;
}
.issue.issue-forum:not(:first-child)  {
	border-top: 1px solid #ededed;
}
.esprit-block-container {
	color: #141414;
	background: #fefefe;
	border-radius: 3px;
}

    .esprit-forum-block-header {
        padding: 6px 10px;
        margin: 0;
        font-weight: 400;
        text-decoration: none;
        font-size: 16px;
        color: #fefefe;
        background: #656565;
        border-bottom: 2px solid #ff5951;
        font-weight: 800;
        padding: 5px 10px;
		border-radius: 4px 4px 0 0;
    }

    .esprit-forum-block-header a {
        color: #fff;
    }

    .esprit-forum-block-header a:hover {
        color: #ededed;
    }

.esprit-forum-block-body {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ededed;
	border-radius: 3px;
}
.issue-title {
	font-size: 16px;
}
.issue-subIssueFlatList{
padding:0;
margin:0;
}
    .issue-subIssueFlatList li {

        display: inline;
        margin-left: 10px;
        font-size: 12px;
    }
    .issue-stats {
	    display: flex;
    }
    .issue-stats .pairs.pairs--rows {
        width: 100%;
        text-align: center;
    }

.issue-stats label {
	font-size: 11px;
	color: #999;
}
    .issue-stats .content-value {
        color: #333;
        font-size: 12px;
    }
.issue-icon  {
	padding: 10px 30px;
	font-size: 28px;
	color: #999999;
}
    .issue-extra{
        display:flex;
    }
    .issue-extra-icon {
        width: 20%;
        padding-top: 5px;
    }
    .issue-extra-detail {
        width: 80%;
        font-size: 12px;
    }
    .avatar.avatar-xs {
        border-radius: 50%;
        display:block;
        font-size: 22px;
        width:36px;
        height: 36px;
        text-align: center;
        line-height: 1.7;
    }
.avatar.avatar-xss {
	border-radius: 50%;
	display: block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 1.7;
}
    .listInline {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .listInline li {
        padding-left: 10px;
    }
.post-body.es-row-d-flex {
	display: flex;
	padding:5px 5px;
}
.post-forum:not(:first-child) {
	border-top: 1px solid #ededed;
}
.post-avatar {
	padding: 8px 10px;
	text-align: center;
}
.post-title {
	font-size: 16px;
	margin: 0;
}
.es-forum-pagination.pagintion {
	margin: 0;
}
.es-forum-tools-left {
	text-align: left;
}
.extra-title {
	font-size: 12px;
	color: #999;
}
.post-status {
	width: 20%;
}
.post-status .pairs label {
	margin-left: 21px;
}
.post-main {
	width: 50%;
}
.post-status .pairs .content-value {
	font-size: 12px;
}
.post-status .pairs label {
	margin-left: 21px;
	font-size: 11px;
	color: #999;
}
.post-extra {
	width: 30%;
	display: flex;
}
.post-extra-row ul{
	padding:0;
	margin:0;
}
.post-extra-row ul li {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}
.post-extra-icon {
	padding-top: 8px;
}
.post-extra-detail {
	width: 80%;
}
.post-start-description{
	font-size:11px;
	color:#444;
	margin-bottom:10px;
}
.message-attribution {
	color: #8c8c8c;
	font-size: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 10px;
}
.message-userArrow {
	position: absolute;
	top: 20px;
	left: -1px;
	border: 10px solid transparent;
	border-right-width: 0;
	border-left-color: #d8d8d8;
}
 .message-inner:last-of-type .message-cell:first-child {
	border-bottom-right-radius: 3px;
}
  .message-inner:first-of-type .message-cell:first-child {
	border-top-right-radius: 3px;
}
 .message-inner .message-cell {
	border-radius: 0;
}
.message-cell.message-cell--user, .message-cell.message-cell--action {
	position: relative;
	background: #f5f5f5;
	border-left: 1px solid #d8d8d8;
	min-width: 0;
}
.message-cell--main{
	padding:0;
}
.message-body {
	padding: 10px;
}
.status-text {
	color: #676767;
	font-size: 12px;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px dashed #aaa;
}