body {
    margin:0px;
    font-family: "ProximaNovaSoft-Regular", Calibri,
    "Gill Sans", "Gill Sans MT", Candara, Segoe, "Segoe UI", Arial, sans-serif;
}
.pos-header {
    font-weight: bold;
    font-size: 18px;
    margin-left: 50px;
    padding-bottom: 10px;
    text-align:center;
}
.pos-sub-header {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
.pos-content {
    font-size: 15px;
    margin-left: 50px;
    margin-right: 50px;
}
.pos-content input, .pos-content select {
    margin-bottom: 7px;
}
.pos-content input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 6px;
}
.required-field {
    color: red;
}
@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
    .wrapper {
        text-align: left !important;
        width: 100% !important;
        padding: 0px !important;
        margin-top: 0px !important;
    }
    html, body {
        height: auto;
        width: 100% !important;
    }
    .print-logo {
        display: block !important;
        margin-bottom: 20px !important;
    }
    @page {
        size: 4in 5in;
    }
}
.wrapper {
    margin: auto;
    width: 50%;
    padding: 10px;
    background-color: #f2f2f2;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}
.confirmation-top-line {
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
}
.confirmation-content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
.print-button {
    background-color: #f2f2f2;
    background: #f2f2f2;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}
.print-note {
        font-weight: bold;
        text-decoration: underline;
        font-size: 14px !important;
} 