.no-print {
	display: none;
}

.site-table th {
	background: #FFF;
}

.msg_body {
	display: block !important;
}

.msg_head {
	display: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}