.checkbox {
  height: 1rem;
  width: 1rem;
}

.pointer {
  cursor: pointer;
}

.books-btn {
  align-items: center;
  display: flex;
  fill: #fff;
  justify-content: space-around;
}

.books-btn svg {
  margin-right: 0.5rem;
}

.edit-form-group {
  display: flex;
  justify-content: flex-start;
}

.edit-form-group button {
  margin-right: 1rem;
}

#posneg {
  font-size: 20px;
  text-align: center;
}