﻿@media print {
   body {
      padding: 0;
      font-size: 10pt;
      line-height: 12pt;
      background: #FFFFFF !important;
      margin: auto;
   }

   .logo, .navbar, footer, button {
      display: none;
   }

   .RadComboBox, .rcbInner {
      border: none !important;
   }


   .NoPrint, .hidden, .displayed, .dashedline {
      display: none
   }

   td {
      text-wrap: none !important;
      white-space: nowrap !important;
      border-bottom: black 1px solid !important;
      width: 3% !important;
      font-size: 9px !important;
   }

   th {
      border-bottom: black 2px solid !important;
   }


}