.brxe-pardavimai-lentele {
  width: 100%;
  margin: 0;
  .pardavimai-lentele-wrapper {
    width: 100%;
    overflow-x: auto;
    td,
    th {
      text-align: left;
      padding: 18px 20px 18px 24px;
    }
    table {
      border-collapse: collapse;
    }
    tr {
      vertical-align: top;
    }
    tr > th:first-child {
      min-width: 500px;
    }
    th:nth-child(2),
    td:nth-child(2) {
      background-color: #e1f6f9;
    }
    th:nth-child(odd),
    td:nth-child(odd) {
      background-color: #ffffff;
    }

    tr:first-child th:first-child {
      border-top-left-radius: 22px;
      width: 540px;
    }

    tr:first-child th:last-child {
      border-top-right-radius: 22px;
    }

    tr:last-child td:first-child {
      border-bottom-left-radius: 22px;
    }

    tr:last-child td:last-child {
      border-bottom-right-radius: 22px;
    }
  }
  .pardavimai-lentele-table {
    min-width: 1000px;
  }
  .pardavimai-lentele-columns {
    font-size: 17px;
    line-height: 24px;
    border-bottom: 1px solid #c7e6eb;
  }
  .pardavimai-lentele-row {
    font-size: 17px;
    line-height: 24px;
    border-top: 1px solid #c7e6eb;
  }

  a.pardavimai-lentele-link:hover {
    color: #00535c;
  }
}
