.sheet-grid thead th,
.sheet-grid tbody td:first-child {
  cursor: pointer;
  user-select: none;
}

.sheet-grid thead th:hover,
.sheet-grid tbody td:first-child:hover {
  background: #dce9f8;
}

.document-format-toolbar {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.document-format-toolbar select {
  flex: 0 0 auto;
}

.utility-tab {
  display: inline-block;
  width: 48px;
}
