html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.app-container {
  max-width: 1400px;
}

.app-nav .navbar-brand {
  letter-spacing: 0.02em;
}

.table-numeric {
  text-align: right;
  white-space: nowrap;
}

.w-qty { width: 8rem; }
.w-money { width: 9rem; }

/* Print styles for reports and the customer quote sheet */
@media print {
  .d-print-none, header, .btn, form.d-inline {
    display: none !important;
  }
  body {
    margin: 0;
    background: #fff !important;
    color: #000 !important;
  }
  .app-container {
    max-width: 100%;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .print-page-break {
    page-break-before: always;
  }
}
