.confab-post {
    margin-bottom: 20px;
}
.confab-post:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.confab {
    color: #333;
    font-family: "Larsseit";
    font-size: 17px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 620px;
    min-width: 280px;
    width: 100%;
}
.confab h4 {
    color: #333;
    font-family: "Larsseit-Bold", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.confab .confab-post-wrapper {
    background: none;
    margin-top: 20px;
    padding: 0;
}
.confab .confab-post-wrapper.active {
    margin-top: 0;
    padding: 46px 0 0 0;
}
.confab .confab-post-wrapper .confab-textarea {
    border: 1px solid #aaa;
    padding: 15px 15px 63px;
}
.confab .confab-post-wrapper .confab-textarea:focus {
    outline: 0;
}
.confab .confab-edit-bar {
    left: 0;
    right: 0;
    top: 0;
}
.confab .confab-edit-bar button {
    background-color: #fff;
    border-color: #aaa;
    border-radius: 0;
}
.confab .confab-edit-bar button.active {
    border-color: #333;
    box-shadow: none;
    color: #000;
}
.confab .confab-edit-bar .confab-emote-menu-button {
    margin-right: 0;
}
.confab .confab-post-wrapper button.confab-submit-button {
    background: #aaa;
    bottom: 15px;
    color: #fff;
    font-family: "Larsseit-Bold", sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    padding: 9px 15px 5px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    -webkit-transition: background .2s cubic-bezier(.230, 1.000, .320, 1.000);
            transition: background .2s cubic-bezier(.230, 1.000, .320, 1.000);
}
.confab .confab-post-wrapper button.confab-submit-button:hover {
    background: #39f;
}
.confab-legal-disclaimer {
    color: #333;
    display: none;
    font-size: 14px;
    line-height: 1.765;
    margin: 15px 0;
}
.confab .confab-load-more {
    clear: both;
}
.confab .confab-characterCounter {
    bottom: 23px;
    margin-top: 11px;
    position: absolute;
    right: 113px;
}
.confab .confab-no-comments {
    margin: 20px 0;
}
.confab .confab-comment-count {
    display: none;
}
.confab h4.confab-heading {
    background: #b7b7b7;
    border-radius: 11px;
    color: #fff;
    float: right;
    font-family: "Larsseit-Bold", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 3px 15px 1px;
    text-transform: uppercase;
}
.confab .confab-sorting-nav {
    float: left;
    margin: 0 0 20px;
}
.confab .confab-sorting-nav button {
    color: #333;
    line-height: 20px;
    margin: 0 15px 0 0;
    padding: 0 0 10px;
}
.confab .confab-comments-wrapper {
    clear: both;
}
.confab .confab-sorting-nav button.active {
    border-bottom: 2px solid #39f;
    color: #39f;
}
@media screen and (max-width: 500px) {
    .confab h4.confab-heading {
        display: none;
    }
}