

#noprint {
    display: none;
  }


#print {
    display:table-cell;
  }


#print2 {
    display : table-cell;
    visibility : visible;
  }


