@media screen{
    .printOnly{
        display:none;
    }
}
@media print {
    body *{
        visibility:hidden;
    }
    body {
        margin:0mm !important;
        -webkit-print-color-adjust:exact;
    }
    .printOnly, .printOnly *{
        visibility:visible;
        /*display:initial;*/
    }
    .printOnly.printRemove{
        display:none;
    }
    .printSection, .printSection * {
        visibility:visible;
    }
    .printRemove, .printRemove *{
        display:none;
    }
    .printHide, .printHide *{
        display: none !important;
        height: 0px;
    }
    .printHide .printSection *{
        visibility:visible;
    }
    .printRemove .printSection *{
        visibility:visible;
    }
    .avoidPageBreak{
        page-break-inside:avoid;
    }
    td div{
        page-break-inside:avoid;
    }
    thead {
        display: table-header-group;
    }
    .noPrintMargin{
        margin:0px !important;
        padding:0px !important;
    }
    @page {
        margin: 0cm;
        margin-top: 50px;
    }
    @page :first {
      margin-top:0cm;
    }
    @page :left {
      margin-left:0cm;
      margin-right:0cm;
    }
    @page :right {
      margin-left:0cm;
      margin-right:0cm;
    }

    .order table{
        border-spacing:0;
        border-collapse:collapse;
        border:1px solid black;
        width: 100%;
        font-size: 15px;
        margin-top: 30px;
    }

    .orderBody table{
        border-spacing:0;
        border-collapse:collapse;
        border:1px solid black;
        width: 100%;
        font-size: 15px;
        margin-top: 30px;
    }

    .order thead, .order td{
        border:1px solid black;
    }

    .orderModal{
        margin-top: 0px;
    }

    .orderModal .orderBody{
        width: 100%;
        padding: 0px 50px 50px 50px;
    }

    .orderModal .footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }

    td{
        
        text-align: left;
        padding:5px;
    }
    th{
        padding:5px;
        text-align: center;
    }

    #badge{
        background-color:#777;
        display:inline-block;
        min-width:10px;
        padding:3px 7px;
        font-size:12px;
        font-weight:700;
        line-height:1;
        text-align:center;
        white-space:nowrap;
        vertical-align:middle;
        border-radius:10px;
        color:white;
        position:relative;
        top:-1px;
    }

    .order .orderBody{
        width: 100%;
    }

    .order .footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }

    #hosted #footer {
        position: fixed;
        bottom: 70px;
        width: 100%;
        text-align: center;
    }

    #hosted #body{
        /*margin-top: 50px;*/
        width: 100%; 
    }

    #hosted table{
        border-spacing:0;
        border-collapse:collapse;
        width: 100%;
        font-size: 15px;
        margin-top: 30px;
    }

    #hosted td:nth-child(1),#hosted th:nth-child(1){
        /*border:1px solid black;*/
        width: 50px;
    }

    #hosted td:nth-child(2),#hosted th:nth-child(2){
        /*border:1px solid black;*/
        width: 120px;
    }

    #hosted td:nth-child(3),#hosted th:nth-child(3){
        /*border:1px solid black;*/
        width: 500px;
    }


    #hosted table tbody,#hosted table thead{
        page-break-inside:avoid;
        page-break-after:auto;
        page-break-before:auto;
        width: 100%;
        display: block;
    }

    #hosted table tbody tr{
        width: 100%;
    }

    #hosted .subtitle{
        width: 620px;
    }


}
