@media screen and (min-width: 992px) {
  .pointerEvent-lg-none {
    pointer-events: none;
  }
}
@media screen and (max-width: 1399px) {
  .conentContainer.SuperStar #TabsPortfolio label.MinWidth-180 {
    min-width: 140px;
  }
  .conentContainer.SuperStar #TabsOptions label.MinWidth-80 {
    min-width: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .SuperstarDeals table {
    width: 1200px;
  }
  .SuperstarHoldings table {
    width: 1100px;
  }
  .Superstar-ShareholdingsGrid table {
    width: 1230px;
  }
}
@media screen and (max-width: 767px) {
  .TableFixedHeaderColumn-2 thead tr th:first-child {
    padding: 0 !important;
  }
  .TableFixedHeaderColumn-2 thead tr th:nth-child(2) {
    width: 50px;
    left: 0 !important;
  }
  .TableFixedHeaderColumn-2 thead tr th:nth-child(3) {
    width: 140px;
  }
  .TableFixedHeaderColumn-2 thead tr th:nth-child(4) {
    width: 100px;
  }
  .TableFixedHeaderColumn-2 tbody tr td:first-child {
    padding: 0 !important;
  }
  .TableFixedHeaderColumn-2 tbody tr td:nth-child(2) {
    width: 50px;
    left: 0px !important;
  }
  .TableFixedHeaderColumn-2 tbody tr td:nth-child(3) {
    width: 140px;
  }
  .TableFixedHeaderColumn-2 tbody tr td:nth-child(4) {
    width: 100px;
  }
}
