/*
 * Stile specifico per lo skin utilizzato.
 *
 * Questo foglio di stile è caricato per ultimo
 * consentento di modificare qualsiasi stile già esistente.
 */

/*
body {
  margin: 0px;
  font-size: 14px;
}
*/

th, td, p {
  font-size: 14px;
}

/*
h1 {
  font-size: 18pt;
  font-weight: bold;
}

h2 {
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

h5 {
  font-size: 10pt;
  font-weight: bold;
}
*/

.home_moduli_box {
  width: 64px;
  height: 80px;
  color: #D3DFF6;
  border-radius: 5px;
  background: #119182;
  padding: 5px;
}


