@media only screen and (max-width: 620px) {
  form {
    width: auto; } }
@media only screen and (max-width: 620px) {
  form div:not(.jqtree-element).form-item {
    text-align: center; } }
@media only screen and (max-width: 620px) {
  form div:not(.jqtree-element).form-item label {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    margin: 0; } }
@media only screen and (max-width: 620px) {
  form div:not(.jqtree-element).form-item input {
    float: none;
    width: 200px;
    text-align: center; } }
@media only screen and (max-width: 620px) {
  form div:not(.jqtree-element).form-item.form-submit input {
    float: none; } }

