.pfwg-fxc-price-feeder-table {
  padding: 30px 0 30px 0;
  margin: 0;
  background-color: #fff;
}
.pfwg-fxc-price-feeder-table__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.pfwg-fxc-price-feeder-table__header, .pfwg-fxc-price-feeder-table__cell {
  font-family: Roboto, arial;
  font-weight: 400;
  font-size: 16px;
  color: #696e7e;
  border: none !important;
  border-right: 1px solid #eee !important;
  background-color: #fff !important;
  padding: 0 0 30px 0;
  padding-left: 5%;
  margin: 0;
}
.pfwg-fxc-price-feeder-table__header:first-child, .pfwg-fxc-price-feeder-table__cell:first-child {
  width: 40%;
}
.pfwg-fxc-price-feeder-table__header:not(:first-child), .pfwg-fxc-price-feeder-table__cell:not(:first-child) {
  width: 20%;
}
.pfwg-fxc-price-feeder-table__header:last-of-type, .pfwg-fxc-price-feeder-table__cell:last-of-type {
  border-right: none !important;
}
.pfwg-fxc-price-feeder-table__header {
  font-weight: 700 !important;
  color: #000 !important;
  text-align: left;
}
.pfwg-fxc-price-feeder-table__header:first-of-type {
  text-align: left;
}
.pfwg-fxc-price-feeder-table__row:last-child .pfwg-fxc-price-feeder-table__cell {
  padding-bottom: 0;
}
.pfwg-fxc-price-feeder-table__cell {
  border-right: 1px solid #eee;
  text-align: left;
  word-break: break-all;
}
.pfwg-fxc-price-feeder-table__cell:hover {
  color: #fa2742;
}
.pfwg-fxc-price-feeder-table__cell:first-of-type {
  text-align: left;
}
.pfwg-fxc-price-feeder-table__cell[data-direction=up] {
  color: #0c6;
}
.pfwg-fxc-price-feeder-table__cell[data-direction=down] {
  color: #fa2742;
}

@media (max-width: 1023px) {
  .pfwg-fxc-price-feeder-table__cell, .pfwg-fxc-price-feeder-table__header {
    padding-left: 2%;
  }
}
@media (max-width: 413px) {
  .pfwg-fxc-price-feeder-table__cell, .pfwg-fxc-price-feeder-table__header {
    padding-left: 0;
    text-align: center;
  }
}/*# sourceMappingURL=table.css.map */