@media (max-width: 500px) {
	.form-label {
		padding-left: 0;
	}
	
	table tr, table tr td:nth-last-child(1) {
	    display: block !important;
	    clear: both;
	}
	
	table tr, table tr td {
	    clear: both;
	}
}