.printtextarea{
	margin-top:0px !important;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  #example tr td:last-child { display: none; }
  #example tr th:last-child { display: none; }
}