#job-pickups-frame div.content.steps div.one div.pickup-list button {
  padding: 0;
  display: flex;
  align-items: stretch;
}
#job-pickups-frame div.content.steps div.one div.pickup-list button div.left {
  flex-grow: 1;
  padding-left: 15px;
}
#job-pickups-frame div.content.steps div.one div.pickup-list button div.left h3.title {
  margin: 0.5em 0 0 0;
  font-size: 1.3em;
  color: black;
}
#job-pickups-frame div.content.steps div.one div.pickup-list button div.left p.number {
  margin-top: 0;
}
#job-pickups-frame div.content.steps div.one div.pickup-list button div.right {
  display: flex;
  align-items: center;
  color: black;
  width: 75px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  justify-content: center;
  background: #eee;
}
#job-pickups-frame div.content.steps div.two div.order-list button {
  padding: 0;
  display: flex;
  align-items: stretch;
}
#job-pickups-frame div.content.steps div.two div.order-list button div.left {
  flex-grow: 1;
  padding-left: 15px;
  overflow: hidden;
}
#job-pickups-frame div.content.steps div.two div.order-list button div.left h3.code {
  margin: 0.5em 0 0 0;
  font-size: 1em;
  color: black;
  white-space: nowrap;
}
#job-pickups-frame div.content.steps div.two div.order-list button div.left p.name {
  margin-top: 0;
}
#job-pickups-frame div.content.steps div.two div.order-list button div.right {
  display: flex;
  align-items: center;
  color: grey;
  width: 75px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  justify-content: center;
  border-left: solid 1px #eee;
}
#job-pickups-frame div.content.steps div.two div.order-list button div.right.confirmed {
  background: #0056FB;
  color: white;
  border-color: #0056FB;
}

/*# sourceMappingURL=job-pickups.css.map */
