.printJobData {
  width: 100%;
  background-color: var(--neutral5);
  padding-bottom: 0.01px; /*hack to force border on bottom*/
}

.printJobHeader {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#printJobNameSpan {
  margin-right: 16px;
}

#printJobName {
}

#printJobIdSpan {
}

#printJobId {
  width: 21em;
}

#doserPanel {
  display: block;
}

#manualPanel {
  display: flex;
  justify-content: left;
  flex-direction: column;
}

#printJobDataRow {
  display: flex;
}

#doserTable {
  margin: 6px;
}

.doserMaterial {
}

.doserStatus {
}

.doserText {
  padding: 2px;
}

.doserAmount {
  width: 6em;
}

.doserFooter {
  display: flex;
}

#manualRecipe {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
