html,
body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#label-container {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

@media print {
  #label-settings {
    display: none;
  }
}

