@media screen {
table,tr,th,td{
border:none;
}
}
@media print {
table,tr,th,td{
border:none;
}
}

