.navbar-brand > .navbar-item {
  background: url("co_logo.png") no-repeat center center;
  background-size: cover;
  height: 4rem;
  width: 6.6rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.field > .inline > .checkbox {
  margin-right: 0.25rem;
  margin-left: 0.75rem;
  &:first-child {
    margin-left: 0;
  }
}

/* Use to force last child to be above if element is nested */
.is-above {
  margin-bottom: 0.75rem;
}

table {
  &.is-fixed {
    table-layout: fixed;
  }
  &.is-full {
    width: 100%;
  }
}

/* bulma-tooltip */

span[data-tooltip] {
  border-bottom: none;
}

