.content {
  width: 1470px;
}

.statisticsComparison .tableContainer {
  margin-top: 40px;
}

.statisticsComparison table {
  margin-top: 0px !important;
}

.statisticsComparison th, .statisticsComparison td {
  padding-right: 11px;
  text-align: center;
  white-space: nowrap;
}

.statisticsComparison .stickyHeaderTable th {
  font-size: 12px;
}

.statisticsComparison th:first-child, .statisticsComparison td:first-child {
  padding-right: 20px;
  left: 0px;
  position: sticky;
  text-align: left;
}

.statisticsComparison th:first-child {
  font-size: 16px;
  z-index: 2;
}

.statisticsComparison td:first-child {
  background-color: white;
  z-index: 1;
}

.statisticsComparison td:first-child span {
  font-family: Arial, sans-serif;
}

.statisticsComparison th:last-child, .statisticsComparison td:last-child {
  padding-right: 0px;
}

.statisticsComparison .private {
  color: #b7c1c4;
}

/* RESPONSIVE */

@media only screen and (max-width: 1518px) {
  .content {
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
  }
  
  .statisticsComparison .tableContainer {
    max-height: calc(100vh - 150px);
    overflow-x: auto;
  }
  
  .statisticsComparison .stickyHeaderTable th {
    top: 0px;
  }
}

@media only screen and (max-width: 1082px) {
  .statisticsComparison .tableContainer {
    max-height: calc(100vh - 56px);
  }
}

@media only screen and (max-width: 767px) {
  .content {
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .statisticsComparison .tableContainer {
    margin-top: 32px;
  }
  
  .statisticsComparison th:first-child, .statisticsComparison td:first-child {
    padding-right: 16px;
  }
}
