.tablepress {
	font-size: 16px;
}

.tablepress thead tr th {
	background: #019ba8;
	color: #fff;
}
.tbl-with-phone-3 tr td.column-3 {
	white-space: nowrap;
}



@media screen and (max-width: 850px) {
	.clf-tbl-responsive tr {
		display: flex;
		flex-wrap: wrap;
	}


	.clf-tbl-responsive tr td {
		flex-basis: 100%;
	}
}