.modal-body{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 28px;
    padding-right: 28px;
    width: 90%;
    margin: 0 auto;
}
.receipt {
    /*font-family: 'Courier New', monospace;*/
    background: white;
    /*padding: 20px;*/
    max-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
}

.receipt-header {
    /*text-align: center;*/
    margin-bottom: 15px;
}
.receipt-header p {
    margin: 0px;
}
.receipt-items {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.receipt-items td {
    width: 33%;
    padding: 0;
    font-size: 12px;
}

/*.receipt-items .name {*/
/*    width: 50%;*/
/*}*/

/*.receipt-items td {*/
/*    padding: 3px 0;*/
/*    font-size: 12px;*/
/*}*/

/*.receipt-items .name {*/
/*    width: 60%;*/
/*}*/

.receipt-divider {
    border-top: 1px dashed #000;
    margin: 10px 0;
}

@media print {
    body * {
        visibility: hidden;
    }
    .receipt-container, .receipt-container * {
        visibility: visible;
    }
    .receipt-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}