﻿@media print
{
    .ConteudoPinpad
    {
        display: none;
    }
    .CumpomPinpadCliente
    {
        background: none repeat scroll 0 0 #FDFDCB !important;
        border: 1px solid #000000;
        line-height: 20px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
        width: 260px;
        border-bottom: 1px dotted #000000;
    }

    .CumpomPinpadEstab
    {
        background: none repeat scroll 0 0 #FDFDCB !important;
        border: 1px solid #000000;
        line-height: 20px;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
        width: 260px;
        border-top: 1px dotted #000000;
    }
}
