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

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

.example-header {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 13px;
  margin-bottom: 1rem;
}

.lock-pinned {
  background: #ddd;
}

.legend-box {
  border: 1px solid #aaa;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
}
