.table.table-stripped {
  width: unset;
}

.form-group.required .input-label:after {
  content: " *";
  color: red;
}

