/*
 * ************************************************************************************
 *
 * NiemiT srl 2008
 *
 * All rights reserved. This material may not be duplicated for any purpose
 * Tutti i diritti riservati. Questo materiale non può essere utilizzato per altri scopi
 *
 * ************************************************************************************
 */

/*  Dimensione SM  */

.kpi-data {
  font-size: 24px !important;
}

.kpi-bigdata {
  font-size: 20px !important;
}

.kpi-label {
  font-size: 12px !important;
}

@media only screen and (min-width: 48em) {
  .kpi-data {
    font-size: 28px !important;
  }

  .kpi-bigdata {
    font-size: 18px !important;
  }

  .kpi-label {
    font-size: 12px !important;
  }
}

/*  Dimensione MD  */
@media only screen and (min-width: 62em) {
  .kpi-data {
    font-size: 40px !important;
  }

  .kpi-bigdata {
    font-size: 26px !important;
  }

  .kpi-label {
    font-size: 16px !important;
  }
}

/*  Dimensione LG  */
@media only screen and (min-width: 75em) {
  .kpi-data {
    font-size: 50px !important;
  }

  .kpi-bigdata {
    font-size: 40px !important;
  }

  .kpi-label {
    font-size: 16px !important;
  }
}

