<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shipments-table tr,
.shipments-table td {
  border: 1px solid black;
}

.shipments-table tr &gt; td:nth-child(1) {
  width: 20%;
}

.shipments-table tr &gt; td:nth-child(2),
.shipments-table tr &gt; td:nth-child(3) {
  width: 40%;
  /* text-wrap: nowrap; */
}

.shipments-table td {
  padding: 10px;
}

.shipments-table {
  width: 100%;
  border: 3px solid black;
  border-collapse: collapse;
  text-align: center;
  /* margin-bottom: 30px; */
}

.shipments-table img {
  margin: 0 20px;
  max-width: fit-content !important;
  max-height: 100px;
}

.shipments-table b {
  text-wrap: nowrap;
}

.shipping-table-container h2,
.shipping-table-container p {
  text-align: center;
}

.shipping-table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 790px;
  margin: auto;
}

@media (max-width: 990px) {
  .shipments-table img {
    width: 70%;
  }
  .shipments-table img {
    margin: 0;
  }
}
</pre></body></html>