﻿.receipt {
    background-color: White;
    border: solid 1px #000000;
    font-family: Lucida Console;
    font-size: 10pt;    
    display:inline-block;
    padding:3px;
    text-align: initial;
}
.normalButton {
    font-size: 14px;
    border-style: none;
    font-family: 'Roboto', Arial, Sans-Serif;
    border-radius: 5px;
    background-color: #2e486d;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 3px;  
    margin-right: 3px;
} 

.holder{
    display:inline-block;
    max-width: 100%;
 }
        
 .wrapper{
    text-align:center;
}

 @media print
{    
    .normalButton, .normalButton *
    {
        visibility: hidden !important;
    }
    .receipt, .receipt *
    {
        vertical-align:top !important;
        max-height:100% !important;
        font-size:9pt; 
    }
    .holder, .holder *
    {
        vertical-align:top !important;
        max-height:100% !important;
    }
    .wrapper, .wrapper *
    {
        vertical-align:top !important;
        max-height:100% !important;
    }
}