
form.mobile {
}

form.mobile input {
  /* max-width: 98%; */
}

form.mobile TODO label {
  font-weight: bold;
  color: #666;
}

form.mobile fieldset {
  margin: 0;  padding: 0;
  border: none;
}

/*
@media only screen and (max-width: 768px) {

  form.mobile .field.simple label,
  form.mobile .field.radio > label,
  form.mobile fieldset span.legend {
    display: block;
    margin-bottom: .25em;
  }

  div.field.buttons {
    text-align: center;
  }

  form.mobile .field.radio > span label {
    margin-right: .5em;
  }

  form.mobile .long {
    width: 38%;
  }

}
@media only screen and (min-width: 769px) {

  form.mobile .field.simple label,
  form.mobile .field.radio > label,
  form.mobile fieldset span.legend {
    display: inline-block;
    width: 38%;  max-width: 400px;
    text-align: right;
    margin-right: .5em;
  }
  form.mobile label.error {
    width: auto !important;
    margin-left: .5em;
  }

  form.mobile .field.radio > span label {
    margin-right: 1.5em;
  }

  form.mobile .field.longtext {
    margin: 0 auto; max-width: 61%;
  }

  div.error {
    margin-left: 39%;
  }

  div.field.buttons {
    margin-left: 39%;
  }

  form.mobile .long {
    width: 38%;
  }

}


form div.field {
  margin: .75em 0;
}



@media only screen and (min-width: 768px) {

  .sideinfo {
    width: 38%; float: left;
    margin-top: 3em;
  }

  .sidebuttons {
    width: 61%; margin-left: 38%;
  }

}

*/
