.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!block {
  display: block !important;
}
.\!inline-block {
  display: inline-block !important;
}
.\!inline {
  display: inline !important;
}
.\!flex {
  display: flex !important;
}
.\!inline-flex {
  display: inline-flex !important;
}
.\!table {
  display: table !important;
}
.\!inline-table {
  display: inline-table !important;
}
.\!table-caption {
  display: table-caption !important;
}
.\!table-cell {
  display: table-cell !important;
}
.\!table-column {
  display: table-column !important;
}
.\!table-column-group {
  display: table-column-group !important;
}
.\!table-footer-group {
  display: table-footer-group !important;
}
.\!table-header-group {
  display: table-header-group !important;
}
.\!table-row-group {
  display: table-row-group !important;
}
.\!table-row {
  display: table-row !important;
}
.\!flow-root {
  display: flow-root !important;
}
.\!grid {
  display: grid !important;
}
.\!inline-grid {
  display: inline-grid !important;
}
.\!contents {
  display: contents !important;
}
.\!list-item {
  display: list-item !important;
}
.\!hidden {
  display: none !important;
}
