.calc-table td.formula-cell {
  width: 100px;
}

/* Print styles */
@media print {
  body {
    background: white;
    width: 90%;
    margin: 0 auto; 
  }

  #top_bar_container, .footer {
  display: none; }

  .calc-container {
    max-width: 100%;
    padding: 0;
    font-size: 11px;
  }

  .calc-table {
    page-break-inside: avoid;
  }

 .calc-table td.input-cell input,
 .calc-table td.input-cell select {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 11px;
  }

  .formula-note {
    border-left-color: #000;
  }
}





