table {
	font-size:10px;
}

@media (max-width: 768px) {
    table td, table th {
        font-size: 10px;
    }
}