.table tbody th {
  vertical-align: middle;
}


.field.is-grouped > label {
  /* A fix, so that labels appear aligned with their control. This is because
    we are using is-grouped to group the labels with the control, rather than
    the is-horizontal class that is meant for that. But the latter does not
    work well with long label in small columns. */
  padding-top: 7px;
}
