.sgl-plugin-page .sgl-anchor td{
    padding: 0px !important;
}
.sgl-plugin-page .sgl-anchor td a{
    display: block;
    padding: 4px 5px;
    color: #666 !important;
}
.sgl-plugin-page .sgl-anchor-hover td{
    padding: 0px !important;
}
.sgl-plugin-page .sgl-anchor-hover td a{
    display: block;
    padding: 4px 5px;
    color: #666 !important;
}
.sgl-plugin-page #sgl-content-wrapper .sgl-plugin table tbody tr a.list-schedule{
    color: #666 !important;
}
.sgl-plugin-page #no_trip_msg {
    margin: 12px;
}
.sgl-plugin-page .print_block {
    display: none;
}

@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 .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, 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;
        /* padding: 6px; */
    }
    .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 .print_footer {
        margin-top: 6px;
        text-align: center;
    }
    .sgl-plugin-page .sgl-plugin .div-responsive {
        clear: both;
    }
  }