/* line 1, /usr/local/boutique/app/assets/stylesheets/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
}
/* line 9, /usr/local/boutique/app/assets/stylesheets/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 8px;
  vertical-align: top;
  border-top: 1px solid #807378;
}
/* line 18, /usr/local/boutique/app/assets/stylesheets/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #434446;
  background-color: #DEEFE4;
  padding: 15px 10px 10px 10px;
}
/* line 29, /usr/local/boutique/app/assets/stylesheets/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
