#proTable th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: center;
    background: #090909;
    color: #FFF;
    font-weight: normal;
    font-size: 15px;
    border-radius: 0;
}

#proTable td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: center;
}

.pro-table th:first-child, .pro-table td:first-child
{
  position:sticky;
  left:0px;
  min-width: 150px;
  background-color:#FFF;
}

.pro-table th:nth-child(2), .pro-table td:nth-child(2)
{
  position:sticky;
  min-width: 150px;
  left:148px;
  background-color:#FFF;
}

.pro-table th:nth-child(3), .pro-table td:nth-child(3)
{
  position:sticky;
  min-width: 300px;
  left:296px;
  background-color:#FFF;
}

.dark-mode .pro-table th:first-child, .dark-mode .pro-table td:first-child
{
  position:sticky;
  left:0px;
  min-width: 150px;
  background-color:#343a40;
}

.dark-mode .pro-table th:nth-child(2), .dark-mode .pro-table td:nth-child(2)
{
  position:sticky;
  min-width: 150px;
  left:148px;
  background-color:#343a40;
}

.dark-mode .pro-table th:nth-child(3), .dark-mode .pro-table td:nth-child(3)
{
  position:sticky;
  min-width: 300px;
  left:296px;
  background-color:#343a40;
}

.pro-table thead {
  position: sticky;
  top: 0;
  z-index: 2;
}

.pro-table {
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (min-width: 1000px) {

  .proTable td {
    white-space: break-spaces;
  }

  .proTable td:nth-child(1) {
    width: 30%;
  }

  .proTable td:nth-child(2) {
    width: 20%;
  }

  .proTable td:nth-child(3), .proTable td:nth-child(4) {
    width: 15%;
  }

  .proTable td:nth-child(5), .proTable td:nth-child(6) {
    width: 10%;
  }

}