/*  This custom css blurb makes the buttons (report, print) at the bottom of a blog entry look correct mmj 2022/03/09 */

body #eb .article-print-email .btn {
    background-color: #061d2e;
    color: #fff;
    border: 1px solid #e5e5e5;
}

/* this custom css blurb makes the toolbar the black background and white text like we had in 5.x mmj 2022/03/09 */

body #fd .fd-toolbar {
    background-color: #061d2e;
    border-radius: var(--fd-border-radius-md);
}

body #fd .fd-toolbar .fd-toolbar__link {
    color: #fff;
}

body #fd .fd-toolbar__search-form {
    background-color: #800000;
}

body #fd .fd-toolbar__link:hover {
   color: #5c5c5c !important;
}

body #fd .fd-toolbar__link.is-composer {
    background-color: #fff;
    color: #061d2e;
}

body #eb .fd-toolbar__o-nav-item {
     margin: 2px;
}

