.table-head{
  display: flex;
  padding: 15px 0px;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: #444;
  width: 100%;
}

.table-head-sell{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1 0 0;
}

.table-sell{
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
}

.table-title{
  display: flex;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.07);
  width: 100%;
}

.table-row{
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  width: 100%;
}

@media (max-width: 767px){
  .table{
      display: none;
  }
}



.without-border{
  border:0px;
}


.restyled-tariff-table{
  margin-top: 0px;
}




.tariff-table table:not([class]) tbody th,
.tariff-table table:not([class]) tbody td {
  text-align: left;
  vertical-align: top; 
  padding: 20px 30px ;
}


.tariff-table table:not([class]) tbody th{
  color: var(--yellow);
  font-weight: bold;
  font-size: 20px;
}

.tariff-table table:not([class]) tbody th{
  border-bottom:1px solid var(--white-12);
}

.tariff-table table:not([class]) .without-border{
  border-bottom:0px solid var(--white-12);
}

.tariff-table table:not([class]) tbody tr:nth-child(2n+1) td{
  color: var(--white);
  font-weight: bold;
  
  padding-top: 20px;
  padding-bottom: 0px;
  
}

.tariff-table table:not([class]) tbody  tr:nth-child(2n) td {
  color: var(--white-70);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  border-bottom:1px solid var(--white-12);
}

.tariff-table table:not([class]) tbody  tr:last-child td {
  border-bottom:0px solid var(--white-12);
}
