input.tiny {
  width: 23px !important;
  height: 1em;
  padding:1px;
  margin-right:10px;
}
input.quarter {
  width: 24% !important;
}
input.third {
  width: 32% !important;
}
input.half {
  width:49% !important;
}
input.twothirds {
  width:65% !important;
}
input.full {
  width:95% !important;
}

input[type="text"].hiddenEdit {
  border:0;
}

div.oneup { width:100% !important; float:left !important; }
div.twoup { width:49.9% !important; float:left !important;} /* clear:none !important; } */
div.threeup { width:30% !important; float:left !important;} /* clear:none !important; } */
div.fourup { width:25% !important; float:left !important;} /* clear:none !important; } */
div.fiveup { width:20% !important; float:left !important;} /* clear:none !important; } */

quarter { width:25% !important; }
half { width:50% !important; }
third { width:33% !important; }
twothirds { width:66% !important; }
threequarters { width:75% !important; }
full { width:95% !important; }

select.quarter { width:25% !important; }
select.half { width:50% !important; }
select.third { width:33% !important; }
select.twothirds { width:66% !important; }
select.threequarters { width:75% !important; }
select.full { width:95% !important; }

@media screen and (max-width: 600px) {
  div.twoup { width:50% !important; float:left; clear:none !important; }
  div.threeup { width:50% !important; float:left; clear:none !important; }
  div.fourup { width:50% !important; float:left; clear:none !important; }
  div.fiveup { width:30% !important; float:left; clear:none !important; }
}

@media screen and (max-width: 500px) {
  div.twoup { width:100% !important; float:left; clear:none !important; }
  div.threeup { width:100% !important; float:left; clear:none !important; }
  div.fourup { width:50% !important; float:left; clear:none !important; }
  div.fiveup { width:30% !important; float:left; clear:none !important; }

  quarter { width:50% !important; }
  third { width:66% !important; }
  half { width:95% !important; }
  twothirds { width:95% !important; }
  threequarters { width:95% !important; }
  full { width:95% !important; }

  select.quarter { width:50% !important; }
  select.third { width:66% !important; }
  select.half { width:95% !important; }
  select.twothirds { width:95% !important; }
  select.threequarters { width:95% !important; }
  select.full { width:95% !important; }
}
form.cmxform label {
  float: left;
  width:90% !important;
}
div.clear {
  clear:both;
}
div.fieldset {
  width: 100%;
  float:left  !important;
}