@page {
  size: auto;
  margin: 0.5in;
}

* {
  box-shadow: none !important;
  text-shadow: none !important;
}

html,
body {
  background: #ffffff !important;
}

.no-print,
.input-pane,
.preview-toolbar,
.topbar {
  display: none !important;
}

.workspace {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.preview-pane {
  position: static !important;
  display: block !important;
  width: 100% !important;
}

.label-sheet {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 2px solid #111812 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #000000 !important;
  page-break-inside: avoid;
}

.label-hero {
  background: #ffffff !important;
  border-bottom: 4px solid #000000 !important;
}

.label-kind {
  border-color: #000000 !important;
  color: #000000 !important;
}

.label-sheet h2 {
  font-size: 42pt !important;
}

.label-block {
  border-bottom: 1px solid #000000 !important;
}

.label-footer {
  background: #ffffff !important;
}
