﻿@media print{
    body{
        width:1100px !important;
        height:auto;
        font-size:13px;
    }
    .noPrint{
        display:none !important;
    }
    .panel-body{
        padding:0px;
    }
    .container-fluid{
        padding:0px;
    }
    a[href]:after {
    content: none !important;
  }
   

}