/* line 1, /var/www/vhosts/staging.schwaderer.com/spree/app/assets/stylesheets/fixed-left-column-table.scss */
.fixed-left-column-table {
  width: 500px;
  overflow-x: scroll;
  margin-left: 5em;
  overflow-y: visible;
  padding: 0;
}
/* line 9, /var/www/vhosts/staging.schwaderer.com/spree/app/assets/stylesheets/fixed-left-column-table.scss */
.fixed-left-column-table table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid grey;
}
/* line 15, /var/www/vhosts/staging.schwaderer.com/spree/app/assets/stylesheets/fixed-left-column-table.scss */
.fixed-left-column-table td, .fixed-left-column-table th {
  margin: 0;
  border: 1px solid grey;
  white-space: nowrap;
  border-top-width: 0px;
}
/* line 24, /var/www/vhosts/staging.schwaderer.com/spree/app/assets/stylesheets/fixed-left-column-table.scss */
.fixed-left-column-table .headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}
/* line 35, /var/www/vhosts/staging.schwaderer.com/spree/app/assets/stylesheets/fixed-left-column-table.scss */
.fixed-left-column-table .headcol:before {
  content: '';
}
/* line 39, /var/www/vhosts/staging.schwaderer.com/spree/app/assets/stylesheets/fixed-left-column-table.scss */
.fixed-left-column-table .long {
  background: yellow;
  letter-spacing: 1em;
}
