a, a:visited, a:hover, a:active {
	color: inherit;
}

.back-button {
	display: table; 
	float: left; 
	padding: 1.5% 2.5% 2% 5%; 
	border: thin solid #686868; 
	border-left: 0;
	text-decoration: none;
}

.back-button > span {
	display: table-cell;
}

.back-button span:first-child {
	font-weight: 1000;
	font-size: 1.9em;
}

.back-button span:last-child {
	font-weight: 800;
	font-size: 1.3em;
}

.content-container {
	text-align: left;
}

.main-text-container {
	margin: 0 auto;
	width: 60%;
}

.main-text-container > p {
	text-align: justify;
	overflow-wrap: break-word;
}

.main-text-container > .main-title {
	text-align: left;
	margin-bottom: 0;
}

.main-text-container > .dates {
	text-align: left;
	white-space: nowrap;
}

.separator-commentsection {
	border-top: thin solid #686868;
	border-bottom: 0;
}

#comments_container {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.reply-layout {
	width: 85%;
	margin: 0 auto 0;
	padding-top: 7px; /* this should be arranged ing the user/post info section maybe */
	padding-bottom: 3px;
	background: #b8b8b8;
	border-top: thin solid #E8E8E8;
	border-bottom: 0;
}

/* 'false' means 'not first'*/
.reply-layout.false {
	width: 70%;
	margin-right: 7.5%; /* related to the width difference comment/subcomment(reply) */
}

.reply-layout > .post-info,
.reply-layout > .user-info,	
.reply-layout > .date {
	text-align: left;	
}

.reply-layout > .separator-info {
	margin: 0 0 10px;
	width: auto;
	border: none;
	border-top: thin solid #686868;
	border-bottom: 0;
}

.reply-layout > p {
	text-align: left;
	margin: 0;
	padding: 7px 0 7px;
	overflow-wrap: break-word;
}

.button-container {
	float: right;
	height: auto;
	width: auto;
	padding: 0;
	margin-top: 3px; /* dependent on the padding of the comment area */
	margin-bottom: 15px;
}

.button-container .reply, 
.button-container .submit {
	background-color: #b8b8b8;
	border-width: thin 0 1px 1px;
	border-style: solid;
	border-color: #e8e8e8;
	padding: 13px 25px;
	text-decoration: none;
	display: inline-block;
	float: left;
	font-size: 16px;
}

.comments-title {
	display: table;
	text-align: left; 
	margin-left: 7.5%;
	border-bottom: thin solid;
}

.comment-layout {
	width: 100%;
	background: #b8b8b8;
	margin: 50px 0;
	padding: 0px 3px;
}

.comment-layout > .button-container {
	width: 100%;
	margin-top: 0;
	display: flex;
	justify-content: center;
}

/* seems form-area-wrapper manipulations aren't
   doing much */
.form-area-wrapper {
	padding-top: 1em;
}

#comment_default .form-area-wrapper {
	padding: 0;
	margin-top: -10px;
}

#comment_default .separator-form {
	border: none;
	background-color: none;
	height: 0;
}

.separator-form {
	width: 100%;
	border: none;
	background-color: #E8E8E8;
	height: 1px;
}

.form-userinfo {
	text-align: left;
	height: 3em;
	line-height: 3.3em;
	margin-left: 15px;
}

.form-username {
	text-align: left;
	font-weight: bold;
}

.text_area {
	width: 100%;
	height: 12em;
	max-width: 100%;
	min-width: 100%;
	min-height: 5em;
	max-height: 25em;
	margin: 0;
	padding: 0;
	border: 0;
}

.clearing {
	clear: both;
}

.form-instructions {
	width: 100%;
	text-align: left;
	font-weight: bold;
	list-style-type: square;
	padding-bottom: 8px;
}

.form-instructions ul {
	list-style-type: square;
}

.submit-errors {
	color: red;
	text-align: left;
}

/*#################################*/
/*	Following are custom classes that
	can be used in th ckeditor. */

.img-centered {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.img-text {
	text-align: right;
}

.hr-text {
	border-top: thin solid #686868;
	border-bottom: 0;
}

/*#################################*/
