.isso-postbox .textarea-wrapper {
	margin-bottom: 1rem
}

.isso-postbox .textarea-wrapper .textarea {
	min-height: 8em
}

.isso-postbox .auth-section .input-wrapper input,
.isso-postbox .textarea-wrapper .textarea {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: .2rem;
	padding: .6rem .8rem
}

.isso-postbox .auth-section .input-wrapper input:focus,
.isso-postbox .textarea-wrapper .textarea:focus {
	border-color: #999;
	outline: 0
}

.isso-postbox .auth-section {
	display: flex;
	display: -ms-flexbox
}

.isso-postbox .auth-section .input-wrapper {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	padding-right: 2rem;
	width: 25%
}

.isso-postbox .auth-section .post-action {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	width: 25%;
	margin-right: 1.5rem;
}

.isso-postbox .auth-section .post-action input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #2687fb;
	border: .1rem solid #177ffb;
	border-radius: .2rem;
	color: #fff;
	padding: .6rem
}

.isso-postbox .auth-section .post-action input:focus {
	background: #177ffb;
	outline: 0
}

.isso-postbox .auth-section input {
	width: 100%
}

.isso-comment {
	display: flex;
	display: -ms-flexbox;
	margin-top: 2rem
}

.isso-comment .avatar {
	margin-right: 1.0rem
}

.isso-comment .avatar svg {
	border-radius: 50%;
	height: auto;
	width: 3.0rem
}

.isso-comment .isso-comment-header .author {
	font-weight: bolder
}

.isso-comment .isso-comment-header .spacer {
	color: #ccc;
	margin-left: 1rem;
	margin-right: 1rem
}

.isso-comment .isso-comment-header .permalink {
	color: #ccc
}

.isso-comment .isso-comment-header .note {
	margin-left: .5rem
}

.isso-thread {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

.isso-thread section {
	display: block
}

.isso-thread a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

.isso-thread input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

.isso-thread input {
	overflow: visible
}

[type=submit] {
	-webkit-appearance: button
}

[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

*,
::after,
::before {
	box-sizing: inherit
}

.isso-thread {
	background: #fff;
	color: #404040;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 1.4rem;
	overflow-x: hidden;
	text-rendering: optimizeLegibility
}

.isso-thread p {
	line-height: 2.4rem;
	margin: 0 0 1rem
}

.form-input:not(:placeholder-shown):invalid {
	border-color: #e85600
}

.form-input:not(:placeholder-shown):invalid:focus {
	box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15)
}

.isso-thread .avatar {
	background: #2687fb;
	border-radius: 50%;
	color: rgba(255, 255, 255, .85);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	height: 3.2rem;
	line-height: 1;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 3.2rem
}