.pfwg-fxc-price-feeder-tabs {
  border: none !important;
  border-radius: 0px !important;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-panel {
  padding: 0 0 30px 0 !important;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-nav {
  background: none !important;
  border: none !important;
  padding-top: 20px !important;
  padding-bottom: 35px !important;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-nav::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fafafa;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-tab {
  background: none !important;
  border: none !important;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-anchor {
  font-weight: 700 !important;
  color: #696e7e !important;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-active {
  border-bottom: 2px solid #f20117 !important;
}
.pfwg-fxc-price-feeder-tabs .ui-tabs-active .ui-tabs-anchor {
  color: #000000 !important;
}
.pfwg-fxc-price-feeder-tabs__table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.pfwg-fxc-price-feeder-tabs__header, .pfwg-fxc-price-feeder-tabs__cell {
  width: 25%;
  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: 32px !important;
  margin: 0;
}
.pfwg-fxc-price-feeder-tabs__header:last-of-type, .pfwg-fxc-price-feeder-tabs__cell:last-of-type {
  border-right: none !important;
}
.pfwg-fxc-price-feeder-tabs__header {
  font-weight: 700 !important;
  color: #000 !important;
  text-align: center;
}
.pfwg-fxc-price-feeder-tabs__header:first-of-type {
  text-align: left;
}
.pfwg-fxc-price-feeder-tabs__row:last-child .pfwg-fxc-price-feeder-tabs__cell {
  padding-bottom: 0;
}
.pfwg-fxc-price-feeder-tabs__cell {
  border-right: 1px solid #eee;
  text-align: center;
  word-break: break-all;
}
.pfwg-fxc-price-feeder-tabs__cell:hover {
  color: #fa2742;
}
.pfwg-fxc-price-feeder-tabs__cell:first-of-type {
  text-align: left;
}
.pfwg-fxc-price-feeder-tabs__cell[data-direction=up] {
  color: #0c6;
}
.pfwg-fxc-price-feeder-tabs__cell[data-direction=down] {
  color: #fa2742;
}

@media screen and (min-width: 414px) {
  .pfwg-fxc-price-feeder-tabs__cell {
    padding-left: 2%;
    text-align: left;
  }
  .pfwg-fxc-price-feeder-tabs__header {
    padding-left: 2%;
    font-weight: 500;
    text-align: left;
  }
}/*# sourceMappingURL=tabs.css.map */