body > * {
    display: none !important;
}
body > .receipt-wrapper {
    display: block !important;
}


.receipt {
    width:100%;
    font-size: 100%;
}
.receipt > tbody > tr > td {
    vertical-align: top;
}
.receipt > tbody > tr > td:first-child {
    width:75%;
}
.receipt > tbody > tr > td:last-child {
    width:25%;
    background:red;
}
.receipt .image {
    text-align: right;
}
.receipt .image img {
    width:100%;
}
.receipt b {
    font-size: 140%;
}