@charset "UTF-8";

table.tabella_form {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;	
}
table.tabella_form td, table.tabella_form th {
  border: 1px solid #AAAAAA;
  padding: 6px 1px;
}
table.tabella_form tbody td {
  font-size: 12px;
  color: #003366;
}
table.tabella_form tr:nth-child(even) {
  background: #FFFFFF;
}
table.tabella_form thead {
  background: #006ab2;
}
table.tabella_form thead th {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
table.tabella_form tfoot td {
  font-size: 14px;
}
table.tabella_form tfoot .links {
  text-align: right;
}
table.tabella_form tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

