@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    .btn {
        display: none !important;
    }

    .container {
        max-width: 100% !important;
    }

    .summary-table, .summary-table * {
        padding: 0 !important;
    }

    .actions {
        display: none !important;
    }

    nav, nav *
    {
        display: none !important;
    }

    .table tbody, .table td, .table tfoot, .table th, .table thead, .table tr
    {
        border-width: 1px !important;
        border-color: darkgray !important;
        padding: 0.1cm 0.1cm !important;
    }
}

.cost-value {
    text-align: end;
}

.total {
    font-weight: bold;
    text-align: end;
}

.hit {
    display: block;
    border-radius: 50%;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
}
.hit-calibrated {
    border: 1px solid black;
}

.actions-2 {
    width: 121px;
}
.actions-3 {
    width: 192px;
}
.actions-4 {
    width: 246px;
}
