/**
 * @file
 * Manage styles for table.
 */

.fr-table__content td .fr-checkbox-group,
.fr-table__content th .fr-checkbox-group {
  vertical-align: top;
}

.fr-table__content th.select-all input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
}
