@media print {
  .header, .event.tabs, .action-bar, .search-bar, .pagination, a.view-order, .fdbk_tab_left, .datepicker {  display: none !important; }
  .event.content { border-top: 0px !important; }
  body { background: #ffffff !important;}
  * {
    font-family: Arial !important;
    font-size: 11pt !important;
    line-height: 18pt !important;
  }  
  a, a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    padding: 0px !important;
    border: 0px !important;
    background: #ffffff !important;
    outline: 0px !important;
  }  
  table {
    border-spacing: 0 !important;
    text-align: left !important;
  }  
  th {
    border-top: 0px !important;
  }  
  td, th {
    padding: 0 20px 0 0 !important;
    background-color: #ffffff !important;
  }  
  .super-wide {
    margin: 0px !important;
    overflow: visible !important;
  }  
  .container {
    width: 100% !important;
    overflow: visible !important;
  }
  
  .feedback-tab {
    display: none !important;
  }
 
  .event {
  	overflow: visible !important;
  }
  .sidemenu,
  .eventreceipt-header,
  .eventreceipt-footer,
  a.action {
    display: none !important;
  }
  
  .eventreceipt {
    border: none !important;
  }

.container {width:100%;}



}



@media screen, print {
  body {
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 22px;
  	color: #000000;
  	text-align: left;
  }
  table {
    width: 100%;
    border-spacing: 0;
  }
  th {
    border-bottom: solid 1px #000000;
  }
}