@media only screen and (max-device-width: 480px) {
  /* define mobile specific styles come here */
input[type=text], input[type=email], select {
  border: 1px solid #a5a2a2;
  background-color: #f1f2f3;
  border-radius: 4px;
  font-size: 1rem;
  min-height: 1.1rem;
  }
.ui-mini, ui-select, .ui-btn select, .azForm-input-date {
	margin: 0;
  }
.azForm-wrap {
	margin: 0.1rem;
	padding: 0.05rem;
  }
}