fieldset {
    width: 250px;
    margin: 5px;
}

div {
  width: 245px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

#radlast_id, #fahrer_id, #ratio_id, #federrate_id, #negativfederweg_id, #totaltravel_id, #debuglevel_id, #compression_id, #rebound_id, #stick_id, #init_travel_id, #init_speed_id, #debuglevel_id {
  font: 25px arial, sans-serif;
  height: 30px;	
  width: 3.5em;
  margin-right: 5px;
}

#totaltravel_id, #negativfederweg_id {
  font: 25px arial, sans-serif;
  background-color: rgb(192, 192, 192);
  height: 30px;
  width: 3.5em;
  margin-right: 5px;
}

input[type=number] {
  text-align:right;
}
