:root {
  /* Set new values */
  --bulma-primary-h: 0;
  --bulma-primary-s: 0%;
  --bulma-primary-l: 100%;
  --bulma-info-h: 0;
  --bulma-info-s: 0%;
  --bulma-info-l: 0%;
  --bulma-info-invert-l: 100%;
  --bulma-burger-h: 0;
  --bulma-burger-s: 0%;
  --bulma-burger-l: 100%;
}
a.is-active {
  --bulma-menu-item-selected-h: 0;
  --bulma-menu-item-selected-s: 0%;
  --bulma-menu-item-selected-l: 100%;
}
.box {
  --bulma-box-background-color: #f0f0f0;
}
.button.is-info {
  --bulma-hover-background-l-delta: 15%;
  --bulma-hover-border-l-delta: 15%;
}
.button.close {
  padding: calc(0.1em - 1px) calc(0.6em - 1px);
  margin-left: 0.5em;
}
.invisible {
  display: none;
}
.sort-indicator {
  margin-left: 5px;
  font-size: 0.8em;
}
#licenseTable thead th {
  cursor: pointer;
}
