@media (max-width:769px) {
	p {
        margin-block-start: 0;
        margin-block-end: 10px;
}
	.tablepress tr th,
    .tablepress tr td {
	    font-size: 12px;
		padding: 3px;
		line-height: 17px;
}
}