.example-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#myGrid {
  flex: 1 1 0px;
  width: 100%;
}

.category-for-sale {
  font-weight: bold;
  background-color: lightgreen !important;
}
.category-sold {
  font-weight: bold;
  background-color: lightblue !important;
}
.category-in-workshop {
  font-weight: bold;
  background-color: orange !important;
}
.bt-action {
  margin: 0px;
}
