@media (max-width: 800px){
	/*Registration Page*/
	.table.table-registration{border-collapse:collapse;}
	.table.table-registration thead{display: none}
	.table.table-registration tbody tr{display: block;width: 100%;margin-bottom: 20px}
	.table.table-registration tbody tr td{display: flex;text-align: right;width: 100%;justify-content: space-between;}
	.table.table-registration tbody tr td:before{content: attr(data-label);font-weight: 500;text-transform: uppercase;text-align: left;vertical-align: middle;}
}

/*Small Mobile Devices*/
@media (max-width: 430px){
	/*Registration Page*/
	.table.table-registration tbody tr td{font-size: 14px}
	.table.table-registration tbody tr td:before{font-size: 13px}
}
@media (max-width: 320px){
	/*Registration Page*/
	.table.table-registration tbody tr td{font-size: 13px}
	.table.table-registration tbody tr td:before{font-size: 12px}
}