/* table originale da styles pop 

#main table {
  margin: 10px 0 20px 0;
  border-top: 4px solid #cc0;
  padding: 0 0 5px 0;
  empty-cells: show;
  border-collapse: collapse;
}
#main th,
#main td {
  background: #fff;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
#main th {
  background: #f2f2bf;
  border-bottom: 1px solid #b3b3b3;
  padding-right: 20px;
}
#main .odd td {
  background: #fff;
}
#main tbody td {
  background: #ececec;
  border-bottom: 1px solid #b3b3b3;
}
#main .text tr:nth-child(odd) td {
  background: #ececec;
}
#main .text td ul,
#main .text td ol,
#main .text td p {
  margin-bottom: 0;
}
#main .text td li,
#main .text td p {
  font-size: 100%;
}
*/
