#jazzy-actions{
    position: fixed;
}

@media (max-width: 991px) {
    #jazzy-actions{
        position: inherit;
    }
}

.img-circle {
    border-radius: 0;
}

.elevation-3 {
    box-shadow: none !important;
}

/* Cursor paginator (django-admin-cursor-paginator) - LogEntry: use Bootstrap pagination, position right */
body.app-auditlog.model-logentry .changelist-footer-cursor {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
