.comments .comment_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding: 15px 0;
    margin-bottom: 10px;
    align-items: center;
}
.comments .comment_header .total {
    color: #000000;
    font-size: 19px;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.error {
	padding: 10px;
	width: 90%;
	margin: 2px auto;
	border-radius: 5px;
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.warning {
	padding: 10px;
	width: 90%;
	margin: 2px auto;
	border-radius: 5px;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.success {
	padding: 10px;
	width: 90%;
	margin: 2px auto;
	border-radius: 5px;
	color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.comments .profilepic {
        width: 43px;
        height: 43px;
        margin-right: 5px;
		margin-top: 10px;
		margin-left: 8px;
        float: left;
        border-radius: 50%;
}
* {box-sizing: border-box;}
.comments .comment_header .write_comment_btn {
    margin: 0;
}
.comment .reply-btn, .edit-btn { font-size: 0.8em; }
.comment-details { width: 91.5%; float: left; }
.comment-details p { margin-bottom: 0px; }
.comments-section { margin-top: 10px; border: 1px solid #ccc; }
.comment { margin-bottom: 10px; }
.comments .write_comment_btn, .comments .write_comment button {
    display: inline-block;
    background-color: #1C84EF;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    border: 0;
}
.comments .write_comment_btn:hover, .comments .write_comment button:hover {
    background-color: #0D65BF;
}
.comments .comment .replies {
    padding-left: 30px;
}
.comments .write_comment {
    display: none;
    padding: 20px 0 10px 0;
}
.comments .write_comment textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.comments .write_comment input {
    display: block;
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    resize: vertical;
}
.comments .write_comment button {
    cursor: pointer;
}
.comments .comment {
    padding-top: 10px;
}
.comments .comment .name {
    display: inline;
	font-weight: bold;
    padding: 0 5px 3px 0;
    margin: 0;
    font-size: 16px;
    color: #1C84EF;
}
.comments .comment .date {
    color: #888888;
    font-size: 14px;
	font-style: italic;
}
.comments .comment .content {
    padding: 5px 0 5px 0;
}
.comments .comment .reply_comment_btn {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #1C84EF;
}
.comments .comment .replies {
    padding-left: 30px;
}
.comments .report-comment, .comments .report-comment button {
    display: inline-block;
    background-color: #1C84EF;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 200;
    border: 0;
}

/* Add a background colour and some padding around the form */

.img-sm {
    width: 46px;
    height: 46px;
}
.post-description {
  border-radius: 5px;
  padding: 13px;
  font-size: 22px;
}
.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

.panel .panel-footer, .panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-heading, .panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-body {
    padding: 25px 20px;
}


.media-block .media-left {
    display: block;
    float: left
}

.media-block .media-right {
    float: right
}

.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.middle .media-left,
.middle .media-right,
.middle .media-body {
    vertical-align: middle
}

.thumbnail {
    border-radius: 0;
    border-color: #e9e9e9
}

.tag.tag-sm, .btn-group-sm>.tag {
    padding: 5px 10px;
}

.tag:not(.label) {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #cdd6e1;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: #acacac;
}
.text-sm {
    font-size: 0.9em;
}
.text-5x, .text-4x, .text-5x, .text-2x, .text-lg, .text-sm, .text-xs {
    line-height: 1.25;
}

.btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292;
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}

.btn-sm, .btn-group-sm>.btn, .btn-icon.btn-sm {
    padding: 5px 10px !important;
}

.mar-top {
    margin-top: 15px;
}