.commitment-new-report {
  margin-top: 60px;
}
.commitment-new-report > svg {
  height: 300px;
  width: 100%;
}
#commitments-new {
  background-color: white;
  padding: 12px;
  width: 100%;
}
#commitments-new .total-grossed-up-volume {
  margin-top: 8px;
}
#commitments-new .units {
  margin-bottom: 8px;
}
#commitments-new .spacer {
  height: 1px;
  width: 100%;
  margin-bottom: 8px;
}
#commitments-new .volume-details {
  background: #eee;
  padding: 3px;
  font-style: italic;
  font-size: 10px;
}
#commitments-new .weekly-unit-price {
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
}
#commitments-new .weekly-unit-price .unit-details {
  background: #eee;
  padding: 3px;
}
#commitments-new td {
  min-width: 100px;
}
