#chatter #chatter_hero {
    background-image: url('https://la-space.sfo2.cdn.digitaloceanspaces.com/main-site/hero_bg.jpg');
}

#chatter #chatter_hero img {
    max-height: 70px;
    margin: 0px auto;
}

#chatter #chatter_hero h2 {
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 10px;
}

#chatter #chatter_header h4 {
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 20px;
    color: #f1f1f1;
    float: none;
}

#chatter #chatter_header span {
    float: right;
    line-height: 40px;
    margin-left: 10px;
    color: #ccc;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
}

#chatter .chatter_body {
    overflow-x: auto;
}

#chatter .margin-top {
    margin-top: 20px;
}

.preview-list {
    background: #444;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: inherit !important;
}

.small-text {
    font-size: 8px !important;
}

#chatter.discussion #new_response {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 749px) and (min-width: 239px) {
    #new_discussion, #new_discussion_in_discussion_view {
        width: 95% !important;
        width: 100%;
        margin-left: -47.5% !important;
        margin-left: 0% !important;
    }
}

#discussion-return-link {
    line-height: 40px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
}

.la-primary-background {
    background: #673bb7;
}

.la-complementary-background {
    background: #3BB8A5;
}

.color-white {
    color: snow;
}

.color-red {
    color: red;
}