﻿body {
}


h2.print-title {
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 5px;
}

h4.shop-name {
    font-weight: bold;
    margin: 0px;
}

.table dl {
    margin: 0px;
}

.table .min-height {
    min-width: 80px!important;
    /*max-width: 400px!important;*/
}

.table .big-min-height {
    min-width: 356px!important;
}

@media print {
    .invoice, h4, .invoice .invoice-block .amounts, p, .table thead tr th, .table tbody tr th{
        font-size: 10px!important;
    }

    .table {
        margin-top: 5px;
    }


    h4.shop-name + p {
        margin-bottom: 0px;
    }

    hr {
        margin: 5px 0px;
    }

    .invoice h4 {
        margin: 0px;
    }

    .invoice ul.unstyled {
        margin-bottom: 0px;
    }

    .table {
        margin-top: 0px;
    }

        .table .min-height {
            min-width: 80px!important;
            /*max-width: 400px!important;*/
        }

        .table .big-min-height {
            min-width: 356px!important;
        }
}
