

.issue-view-card {
    transition: transform .12s ease, box-shadow .12s ease;
}

.issue-view-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
}

.breadcrumb {
    font-size: .9rem;
}

.navbar-brand {
    letter-spacing: .01em;
}


@media print {
    .navbar,
    .breadcrumb,
    .d-print-none {
        display: none !important;
    }

    body {
        background: white !important;
    }

    .issue-print {
        max-width: none;
        font-size: 11pt;
    }

    a {
        color: inherit !important;
        text-decoration: none !important;
    }
}
