html {
    font-size: 0.85rem;
    overflow-x: auto;
    overflow-y: auto;
}

.has-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.column.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-hover:hover {
    color: #59940d !important;
}

.modal-card-head, .modal-card-foot {
    padding: 0.85em;
}

.nowrap {
    white-space: nowrap;
}
