/****************************************** responsive tables *************************************************************/
/*
@media screen and (max-width: 1219px) {
	table.responsive {
		overflow: auto;
		display: block;
		width: inherit !important;
	}
}
*/
.tm-article-content {
    overflow-x: auto;
}