.container {
	max-width: 800px;
}

.comment-form-container {
	background: #fff;
	border: #d9d9d9 1pt solid;
	padding: 20px;
	border-radius: 3pt;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.input-row {
	margin-bottom: 20px;
}

.input-field {
	width: 100%;
	border-radius: 3pt;
	padding: 9pt 7pt;
	border: #c9c9c9 1pt solid;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
}

.btn-submit {
	padding: 8pt 12pt;
	background: #3B4EF8;
	border: 1pt solid #3B4EF8;
	color: #fff;
	font-size: 1rem;
	width: 100px;
	border-radius: 3pt;
	cursor: pointer;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-submit:hover {
	background: #fff;
	color: #3B4EF8;
}

.btn-primary {
	color: #fff;
	background-color: #3B4EF8;
	border-color: #3B4EF8;
	border: 1pt solid #3B4EF8;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.btn-primary:hover {
	background: #fff;
	color: #3B4EF8;
	border: 1pt solid #3B4EF8;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1pt solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 3pt;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

*,
::after,
::before {
	box-sizing: border-box;
}

.form-control {
	display: block;
	width: 100%;
	height: 100px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1pt solid #c9c9c9;
	border-radius: 3pt;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

textarea {
	overflow: auto;
	resize: vertical;
}

.container ul
{
	font-size: 13pt;
	padding: 0 0 0 30px;
	border-bottom: inherit;
	margin:inherit;
}

.container li
{
	padding: 0 0 5px 0;
}

.comment-row {
	border-bottom: #e0dfdf 1px solid;
	margin-bottom: 15px;
	padding: 15px;
}

.outer-comment {
	padding: 10px;
	border: #dedddd 1px solid;
	background: #FFF;
}

span.commet-row-label {
	font-style: italic;
}

span.posted-by {
	color: #8D3BF8;
}

.comment-info {
	font-size: 1em;
}

.comment-text {
	margin: 10px 0px;
	font-size: 1em;
}

.btn-reply {
	font-size: 0.8em;
	text-decoration: underline;
	color: #888787;
	cursor: pointer;
}

#comment-message {
	margin-left: 20px;
	color: #189a18;
	display: none;
}

.like-unlike {
	vertical-align: text-bottom;
	cursor: pointer;
}

.post-action {
	margin-top: 15px;
	font-size: 1em;
}

span.posted-at {
	color: #929292;
}

footer {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.container #output ul
{
	padding:0 0 0 40px;
	border-bottom:inherit;
	list-style-type: none;
}
