#templates { display: none; }

#buttonpanel {
  position: fixed;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  bottom: 16px;
  right: 16px;
  max-width: 50vw;
  min-width: 16px;
  min-height: 16px;
  padding: 3px;
  background: rgba(127,127,127,0.2);
  border-radius: 5px;
  border: 1px solid rgba(20, 20, 20, 0.2);
  z-index: 100;
}

#toggleBtn {
  font-size: 16px;
  margin: 1px;
}

#buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}