/* ------------ */
/* --- CHAT --- */
/* ------------ */

#law-library-chat {
    padding: 1rem 0;
    background: #ffffff;
    border-bottom: 1px solid #BAB6B5;
}

#libchat_e5439b8dc2a1d89f68ff5c25149e4543 button,
#law-library-chat button {
    display: inline-block !important;
    width: 100% !important;
    padding: .75rem 1.5rem !important;
    color: #ffffff !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Tahoma, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3rem !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    background-color: #a78787 !important;
    border-radius: 0 !important;
    transition: 0.2s all ease !important;
}
@media (min-width: 640px) {
    #libchat_e5439b8dc2a1d89f68ff5c25149e4543 button,
    #law-library-chat button {
        max-width: 30rem !important;
    }
}
#libchat_e5439b8dc2a1d89f68ff5c25149e4543 button.libchat_online,
#law-library-chat button.libchat_online {
    background-color: #637E35 !important;
}
#libchat_e5439b8dc2a1d89f68ff5c25149e4543 button.libchat_online:hover,
#law-library-chat button.libchat_online:hover,
#libchat_e5439b8dc2a1d89f68ff5c25149e4543 button.libchat_online:focus,
#law-library-chat button.libchat_online:focus {
    background-color: #91a233 !important;
}
#libchat_e5439b8dc2a1d89f68ff5c25149e4543 button.libchat_offline,
#law-library-chat button.libchat_offline {
    background-color: #606060 !important;
}

/* ------------- */
/* --- BLOGS --- */
/* ------------- */

#law-library-blogs * {
    text-align: center;
}
#law-library-blogs .law-library-blog {
    position: relative;
    text-align: center;
}
#law-library-blogs .law-library-blog:before {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6199E4;
}
#law-library-blogs h3.h4 {
    margin-top: 0.5rem;
    color: #6199E4;
    font-weight: 300;
}
#law-library-blogs .law-library-blog {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
}
#law-library-blogs .law-library-blog .story-hm {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
}
#law-library-blogs .law-library-blog a:focus,
#law-library-blogs .law-library-blog a:hover {
    color: #ffffff;
    //text-decoration: underline;
}
#law-library-blogs .law-library-blog:nth-child(4):before {
    content: none;
    display: none;
}

@media (min-width: 1024px) {
    #law-library-blogs .law-library-blog * {
        text-align: left;
    }
    #law-library-blogs .law-library-blog:before {
        top: 0;
        bottom: 0;
        left: auto;
        right: -0.625rem;
        height: 100%;
        width: 1px;
    }
}