Note without page break inside

@media print
{
.note
   {
      page-break-inside: avoid;
   }
}