@media print {
   body {font-family:Arial, sans;font-size:12px}
   
   #header-top,
   #header,
   #main-nav,
   #breadcrumb,
   .rightCol,
   #footer,
   .share,
   .addthis_toolbox,
   .category-breadcrumb,
   .related-news, 
   .ui-selectmenu-menu, 
   .form-escolar-btn,
   .no-print {display:none}

   h1 {font-size:16px}
   h2 {font-size:14px}
   p, 
   .bg-white h2{font-size:12px}
  
   p img.left {margin:10px; float:left}
   p img.right {margin:10px; float:right}
   
   table.schedule,
   .table-01 {border:1px solid #ccc;width:100%;  border-collapse:collapse}
   table.schedule td,
   .table-01 td {border:1px solid #ccc; text-align:center}

   ul.schedule { clear: both; display: block; float: left; padding: 2px 5px; margin-bottom: 10px; }
   ul.schedule li { display: block; float: left; padding: 2px 5px; margin-bottom: 10px; }
   ul.schedule li.bold { font-weight: bold; text-decoration:underline }
   form.schedule-type-form { display: none }
   h3.schedule { clear: both; }

   .form-passe-escolar label { font-weight: bold; margin-right: 10px }
   
   /*Classe de não impressão*/
	.no-print{ display: none !important; }
	.do-print{ display: table !important;}
}
.do-print{ display: none; }
