@media print, screen and (min-width: 640px) {
 .table5 {
   font-size: large;
   font-family: sans-serif;
   width: 500px;
 }
 .table5 th {
   background-color: #cccccc;
 }
 .table5 td {
   text-align: center;
 }
}