.ctdb-topic {
	margin-bottom: 1.5em;
	overflow: hidden;
}
/* Override Twenty Sixteen layout */
body.single-discussion-topics article.discussion-topics .entry-content,
body.post-type-archive-discussion-topics article.discussion-topics .entry-content {
	float: none !important;
	width: 100% !important;
}
body.post-type-archive-discussion-topics article.discussion-topics .entry-footer {
	display: none;
}
.ctdb-information-bar {
	overflow: hidden;
	margin: 0 0 1.5em;
}
.ctdb-span-3 {
	float: left;
	box-sizing: border-box;
	padding: 0.25em 2% 0 0;
}
.ctdb-border-left {
	border-left: 1px solid #eee;
	padding-left: 2%;
}
.ctdb-span-3 .dashicons {
	margin-right: 8px;
	vertical-align: inherit;
}
.ctdb-header {
	width: auto;
	float: left;
	clear: none;
	cursor: pointer;
	padding: 1em 2em;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-bottom: none;
	color: #333;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.ctdb-header:hover {
	background-color: #f1f1f1;
}
.ctdb-header.active-header {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-bottom: none;
}
.ctdb-header h3.ctdb-h3 {
	margin: 0;
}
.ctdb-header .dashicons {
	vertical-align: inherit;
	margin-right: 8px;
}
.ctdb-form-section {
	clear: left;
	display: none;
}
.no-js .ctdb-form-section {
	display: block;
}
.ctdb-form-section.active-section {
	display: block;
	padding: 1em 2em;
	border: 1px solid #f1f1f1;
}
.ctdb-form-section fieldset {
	border: 0;
}
.ctdb-form-section label {
	display: block;
}
#new-topic input,
#new-topic textarea {
	margin-bottom: 1.5em;
}
#new-topic input[type="text"],
#new-topic textarea {
	width: 100%;
}
.ctdb-success,
.ctdb-errors {
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
}