/***CUSTOM CSS RULES FOR YOUR SITE***/
input#soa-property-3 {
    padding-left: 75px !important;
}
body{
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;	
}