.ctdb-board-header h2.board-title, .entry-title.ctdb-page-title{
	font-size: 20px;
	line-height: 1.2;
	padding-bottom: 0;
	color: #19468f;
}
.ctdb-board-header h2.board-title a:hover{
	color: #4c9f45;
	text-decoration: none;
}
.entry-title.ctdb-page-title{
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding: 32px 0 0;
}
.entry-header .entry-title{
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}
.ctdb-board-thumb img{
	margin: 0;
}
.ctdb-board-meta-left{
	font-weight: bold;
}
.ctdb-topic-table-item.ctdb-topic-table-avatar, .ctdb-info-avatar, .comment-author.vcard img{
	display: none;
}
.ctdb-topic-table.ctdb-topic-table-col-4, .ctdb-no-topics-message.ctdb-board-no-topics{
	margin-right: 0;
	margin-left: 0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.ctdb-topic-table-header, .ctdb-topic-table-body{
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.ctdb-topic-table-item.ctdb-topic-table-topic, .ctdb-no-topics-message.ctdb-board-no-topics{
	padding: 10px 1em;
}
.ctdb-topic-table-item.ctdb-topic-table-topic a{
	font-weight: bold;
	color: #19468f;
}
.ctdb-topic-table-item.ctdb-topic-table-topic a:hover{
	color: #4c9f45;
	text-decoration: none;
}
.ctdb-no-topics-message.ctdb-board-no-topics{
	border-bottom: 1px solid #f1f1f1;
}
span.ctdb-topic-table-posted-by{
	color: #000000;
}
.ctdb-board-topics-link .ctdb-board-topics-link-inner{
	font-size: 14px;
	font-weight: bold;
}
.ctdb-board-topics-link .ctdb-board-topics-link-inner a:hover{
	color: #4c9f45;
	text-decoration: none;
}
.ctdb-button-toolbar{
	border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.ctdb-button-toolbar-bottom{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
    margin-top: 1rem;
}
.ctdb-button-toolbar a{
	border-radius: 9999px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    margin-right: 1rem;
    margin-bottom: .5rem;
    background-color: #19468f;
    color: white;
}
.ctdb-button-toolbar a:hover{
    background-color: #000000;
}
.ctdb-follower-count {
	padding-bottom: 0;
}
.ctdb-info-meta-wrap.ctdb-info-cell{
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.ctdb-info-meta.comment-metadata{
	font-size: 12px;
}
.ctdb-horizontal-meta.ctdb-author-data{
	margin-bottom: .5rem;
}
.ctdb-content-area #comments{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}
.commentlist li{
	padding: 1rem 0;
}
.commentlist li:nth-child(odd){
	background-color: #f1f1f1;
}
.commentlist .comment-metadata{
	font-size: 12px;
}
.commentlist .comment-metadata .edit-link{
	display: none;
}
.commentlist footer {
	background-color: transparent;
	padding: 0 1rem 1rem;
}
.commentlist footer::before, .commentlist footer::after{
	display: none;
}
.commentlist .comment-content, .commentlist .reply{
	padding: 0 1rem;
}
.commentlist .reply a{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.commentlist .reply a:hover{
	color: #4c9f45;
}
.comment-respond{
	border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
    margin-top: 1rem;
}
.comment-respond .comment-reply-title{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}
.comment-respond .logged-in-as{
	display: none;
}
.comment-respond label{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
.comment-respond textarea, #ctdb-new-topic input#topic_title, #ctdb-new-topic textarea{
	border-radius: 0;
	border: 1px solid #E3E3E3;
	background-color: white;
	padding: 1rem;
}
.comment-respond .form-submit input.submit, #ctdb-new-topic input#submit_topic{
	border-radius: 9999px;
	border: 1px solid #4c9f45;
	background-color: #4c9f45;
	color: white;
	padding: .5rem 1rem;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.comment-respond .form-submit input.submit:hover, #ctdb-new-topic input#submit_topic:hover{
	background-color: transparent;
	color: #4c9f45;
}
.lp-wp-content a[title="Log out"], .ctdb-login-form-wrapper{
	display: none;
}
.ctdb-field-cols-4 .ctdb-info-meta{
	text-align: center;
}
.promagnifier {
    width: auto !important;
}