
/*................TABLE................*/

table {
  border: none;
  text-align: center;
}

table thead {
  background: none;
  color: #333;
}

table th {
  padding: 0;
  padding-right: 0.2em;
  padding-bottom: 0.5em;
  border: none;
  text-align: left;
  font-weight: normal;
}

table td {
  border-right: none;
  text-align: left;
  padding-bottom: 0.5em;
}

table tbody th {
  background: none;
  color: #333;
}

table tbody tr:nth-child(2n) {
  background: none;
}



