.ubereats img {
  width: auto;
  height: 14px;
  vertical-align: baseline;
}

.page__table--basic tr th {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .officer__section img {
    height: 12px;
  }
  .page__table--basic tr th {
    width: 200px;
  }
}


.page__table {
  width: 100%;
  text-align: left;
}

.page__table tr th, .page__table tr td {
  padding: 25px 15px;
  vertical-align: top;
  border-right: 1px solid #fff;
}

.page__table--basic tr {
  background: #eeedf0;
}

.page__table--basic tr:nth-child(even) {
  background: #faf9fa;
}

.page__table--basic tr th {
  width: 200px;
}

.page__table--basic tr td {
  padding-left: 45px;
}


 .page__table {
    font-size: 12px;
  }
  .page__table tr th, .page__table tr td {
    padding: 10px;
  }
  .page__table--basic tr th {
    width: 85px;
  }
  .page__table--basic tr td {
    padding-left: 10px;
  }



.store-table{
    overflow: auto;
    width: 100%;
    height: 500px;
}
.store-table{
    margin: 0;
    border-spacing: 0;

}
.store-table td{
    white-space: nowrap;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #FFF;
    padding: 5px;
}



.store-table th{
  background: #eeedf0;
}
