.table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  table.tellus-style-table {
    width: 100%;
    border: #00a6c2 solid 1px;
    border-collapse: collapse;
  }

  table.tellus-style-table thead th {
    background: #00a6c2;
    color: #FFF;
    padding: 10px 15px;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
  }

  table.tellus-style-table thead th:last-child {
    border-right: #00a6c2 solid 1px;
  }

  table.tellus-style-table tbody th {
    background: #00a6c2;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    vertical-align: top;
  }

  table.tellus-style-table tbody tr:last-child th {
    border-bottom: #00a6c2 solid 1px;
  }

  table.tellus-style-table tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: #00a6c2 solid 1px;
    border-bottom: #00a6c2 solid 1px;
    vertical-align: top;
  }

