/*
 * CSS styles for report parameter pages
 */
label {
  width: 220px;
  float: left;
  text-align: right;
  margin-top: 6px;
  margin-right: 12px;
  font-size: 0.9rem;
  color: #475569;
  font-weight: 500;
}

.param {
  margin-top: 14px;
  overflow: hidden;
}

.submitDiv {
  margin-top: 32px;
  text-align: center;
}

#radioButtonsDiv {
  margin-top: 14px;
  text-align: center;
}

.note {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 4px;
}

#allowableEarly,
#allowableLate,
#intervalPercentage1,
#intervalPercentage2 {
  width: 4em;
}
