
.my-storage-link {
  text-align: right;
  padding-bottom: 10px;
  font-size: 80%;
}

.my-shipments {
  background-color: white;
  position:relative;
  margin-bottom:10px
}

.my-shipment-track {
  cursor: pointer;
}

.my-shipment-track:hover {
  text-decoration: underline;
}

.my-share-modal-row {
  padding: 5px 20px;
}

.my-shipments-area {
  display: grid;
  grid-template-columns: repeat(4, auto);
  background-color: #fff;
  color: #444;
}

.my-shipments-col {
  padding: 10px;
  border-bottom: solid lightgrey 1px;
}
.my-shipments-row {
  display: contents;
}
.my-shipments-row-edit {
  grid-column-start: 1;
  grid-column-end: 5;
}