@media screen and (max-width: 850px) {
  H1 {
    padding: 0.6rem;
    font-size: 1.5rem;
  }
  H3 {
    font-size: 1.2rem;
  }
  #side {
    left: -230px;
  }
  .statBoxes > DIV > DIV H2 {
    font-size: 0.9rem;
  }
  .statBoxes > DIV > DIV .val {
    font-size: 1.4rem;
  }
  #main {
    margin-left: 0;
  }
  .table td,
  .table th {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
  .breadcrumb {
    font-size: 0.8rem;
  }
  TABLE TD .btn {
    padding: 0.2rem 0.4rem;
  }
  TABLE .selection-checkbox {
    margin-bottom: 14px;
  }
  TABLE .selection-checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
  TD .dropdown .dropdown-item {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
  }
  .th-quotazione:before {
    content: "";
    display: block;
    width: 120px;
  }
  .row.bigButtons A I{
    font-size: 2rem;
  }
  .row.bigButtons A DIV{font-size: 1rem;}
  .row.bigButtons A P{font-size: 0.7rem;}
}
