/* line 1, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists {
  border-spacing: 0;
}

/* line 5, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:nth-child(even) {
  background-color: #fffac0;
}

/* line 9, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:nth-child(odd) {
  background-color: #fffac0;
}

/* line 13, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.striped tbody tr:nth-child(odd) {
  background-color: #ffad2c69 !important;
}

/* line 17, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:hover {
  background-color: #dfdba8 !important;
}

/* line 21, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists thead th, table.lists thead td {
  padding: 0.4em;
}

/* line 25, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.bordered tbody td, table.bordered tbody th {
  border-left: 1px solid #93620373;
}

/* line 29, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody td, table.lists tbody th {
  border-bottom: 1px solid #93620373;
  padding: 0.4em;
  height: 32px;
}

/* line 35, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:first-child td, table.lists tbody tr:first-child th {
  border-top: 1px solid #93620373;
}

/* line 39, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr td:first-child, table.lists tbody tr th:first-child {
  border-left: 1px solid #93620373;
}

/* line 43, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr td:last-child, table.lists tbody tr th:last-child {
  border-right: 1px solid #93620373;
}

/* line 47, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:first-child td:first-child, table.lists tbody tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

/* line 51, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:first-child td:last-child, table.lists tbody tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

/* line 55, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:last-child td:first-child, table.lists tbody tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}

/* line 59, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
table.lists tbody tr:last-child td:last-child, table.lists tbody tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}

/* line 63, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
tr.winner {
  background-color: #ffad2c69 !important;
}

/* line 67, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
div.astable {
  display: table;
  border-collapse: collapse;
}

/* line 72, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
div.astable form:nth-child(even) {
  background-color: #fffac0;
}

/* line 76, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
div.astable form:nth-child(odd) {
  background-color: #ffad2c69;
}

/* line 80, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
div.astable form {
  display: table-row;
  border: 1px solid #93620373;
}

/* line 85, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/table.scss */
div.astable form span {
  display: table-cell;
  padding: 0.4em;
}
