.sgl-plugin-page .print_block {
    display: none;
}

.sgl-plugin-page .print-header {
    text-align: center;
}

.sgl-plugin-page .price_column {
    min-width: 100px;
}

.sgl-plugin-page .print-balance{
    margin-bottom: 33px;
}
.sgl-plugin-page .print-tr {
    visibility:collapse;
    display:none;
}
.sgl-plugin-page .footer_logo {
    width:30px;
    height:22px;
    margin-right:5px;
}

.sgl-plugin-page .align-buttons{
    display: flex;
    justify-content: space-between;
}
.sgl-plugin-page .mr-r-5{
    margin-right: 5px !important;
}
.sgl-plugin-page .entry_action_btn {
    margin-bottom: 3px !important;
    min-width: fit-content !important;
}
.sgl-plugin-page .buttons-div {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem;
    justify-content: space-between;
}
.sgl-plugin-page .entry_head{
    width:auto !important;
}
.sgl-plugin-page .sgl-anchor td{
    padding: 0px !important;
}
.sgl-plugin-page .sgl-anchor td a{
    display: block;
    padding: 8px;
}

@media all and (max-width: 650px) {
    .sgl-plugin-page .hide_mobile {
        display: none !important;
    }
}
@media print {
    body * {
      visibility: hidden;
    }

    .sgl-plugin-page .sgl-row .sgl-col-3{
        display: none !important;
    }
    .sgl-plugin-page .sgl-row .sgl-col-9{
        flex-basis: 100% !important;
    }
  
    .sgl-plugin-page .section-to-print, .section-to-print * {
      visibility: visible;
      
    }
    .sgl-plugin-page .large-9.col{
        flex-basis: auto !important;
    }
    .sgl-plugin-page .large-3.col{
        display: none !important;
    }
    .sgl-plugin-page .col-sm-9.col{
        flex: none !important;
    }
    .sgl-plugin-page .col-sm-3.col{
        display: none !important;
    }
  
    .sgl-plugin-page .section-to-print {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
    }

    .sgl-plugin-page .print-tr {
        visibility: visible;
    }
    .sgl-plugin-page .details-table-head{
        min-width: 250px;
    }
    .sgl-plugin-page .no_print, .sgl-plugin-page .header, .sgl-plugin-page #header, .sgl-plugin-page .display_on_mobile{
        display: none !important;
    }
    .sgl-plugin-page .print_block {
        display: block;
    }
    .sgl-plugin-page .display_on_desktop {
        display: table-cell !important;
    }
    .sgl-plugin-page .h2, .sgl-plugin-page h2 {
        font-size: 14px !important;
    }
    .sgl-plugin-page .sgl-plugin .table > thead > tr > th, 
    .sgl-plugin-page .sgl-plugin .table > tbody > tr > th, 
    .sgl-plugin-page .sgl-plugin .table > tfoot > tr > th, 
    .sgl-plugin-page .sgl-plugin .table > thead > tr > td, 
    .sgl-plugin-page .sgl-plugin .table > tbody > tr > td
    {
        font-size: 10px;
    }
    .sgl-plugin-page .sgl-plugin {
        font-size: 10px !important;
        line-height: 0.8;
    }
    .sgl-plugin-page .sgl-plugin .table {
        margin-bottom: 2px;
    }
    .sgl-plugin-page .total span, .sgl-plugin-page .total strong {
        text-shadow: none;
        color:black;
    }
    .sgl-plugin-page .print_footer {
        margin-top: 6px;
        text-align: center;
    }
  }