


#tbllista {
  border-collapse: collapse;
  width: 100%;
}

#tbllista td, #tbllista th {
  border: 2px solid #ddd;
  padding: 8px;
}

/* #tbllista tr:nth-child(even){background-color: #f8f6f6;} */

/* #tbllista tr:hover {background-color: #ddd;} */

#tbllista th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
