/* Keep sidebar layout fixes on the application origin instead of the CSS CDN. */
.actions .button-group > a {
    display: block;
}

.actions .logmenuitem {
    display: inline-block !important;
    margin: 0 0 0.25rem !important;
    overflow: visible;
    padding-top: 1rem !important;
    padding-right: 2rem !important;
    padding-bottom: 1.0625rem !important;
    padding-left: 15px !important;
    text-align: left !important;
    width: 15.5rem !important;
}

.actions .logmenuitem .button_text {
    color: white;
    display: inline;
    font-size: 1.1em;
    line-height: normal;
    min-width: auto;
    overflow: visible;
    text-overflow: clip;
}

.actions .logmenuitem .button_img {
    height: 2.5rem;
    object-fit: fill;
    width: 2.5rem;
}
