
#deliveryAddressesTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
#deliveryAddressesTable td,
#deliveryAddressesTable th {
  border: 1px solid #ccc !important;
  padding: 8px;
}
#deliveryAddressesTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  background-color: #2196f3;
  color: white;
}
#daysMappingTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}
#daysMappingTable td,
#daysMappingTable th {
  border: 1px solid #ccc !important;
  padding: 8px;
}
#daysMappingTable th {
  background-color: #04aa6d;
  color: white;
}

