/* Stylesheet to override the tabs for print */


.ui-tabs .ui-tabs-hide {
	display: block !important;
}

#tabs ul#tabs-top  {
  display: none !important;
}

object, #tabs .noprint, .noprint {
  display: none !important;
}
