* {
    font-size: 12px;
    font-family: 'Times New Roman';
    margin: auto;
}

/*td,*/
th,
/*tr,*/
table {
    border-top: 1px solid black;
    border-collapse: collapse;
}

    td.description,
    th.description {
        width: 100px;
        max-width: 100px;
    }

    td.quantity,
    th.quantity {
        width: 40px;
        max-width: 40px;
        word-break: break-all;
    }

    td.price,
    th.price {
        width: 40px;
        max-width: 40px;
        word-break: break-all;
    }

.centered {
    text-align: center;
    align-content: center;
}

.ticket {
    width: 250px;
    max-width: 250px;
    height:auto;
}

img {
    max-width: inherit;
    width: inherit;
}

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

    .pagebreak {
        clear: both;
        page-break-after: auto;
    }
    #Header, #Footer { display: none !important; }
}
