 @media all and (max-width:750px){ 
	table.custom-responsive-design {
		display: block;
		width: auto;
		padding: 20px 30px;
	}
	table.custom-responsive-design > tbody {
		display: block;
	}
	table.custom-responsive-design tr {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	table.custom-responsive-design th {
		display: block;
	}
	table.custom-responsive-design tr > td {
		display: inline-block;
		height: auto;
		margin: 0 5px;
	}
	table.custom-responsive-design tr > td font br{
		display: none;
	}
	table.universal{
		width:100%;
		overflow:scroll;
		display:block;
	}
 }