.package {
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.packageSingle {
  border-color: #eee;
}

.order {
  float: right;
  font-weight: 700;
}

.items {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: auto;
  padding: 8px;
  max-height: 84px;
  -webkit-overflow-scrolling: touch;
}

.itemImgWrapper {
  display: inline-block;
  text-align: center;
  width: 25%;
}

.itemImg {
  border: 1px solid #eee;
  margin: 4px 0;
  padding: 2px;
  border-radius: 4px;
}

.top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.packageSingle .top {
  border-color: #eee;
}

.sla:first-letter {
  text-transform: uppercase;
}

.sla {
  flex: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  margin: 0;
}

.packagesNavPrev,
.packagesNavNext {
  flex: none;
  height: 44px;
  width: 32px;
  padding: 0;
  font-size: 16px;
}

.packagesNavPrev:hover,
.packagesNavNext:hover {
  text-decoration: none;
}

.packagesNavPrev:focus,
.packagesNavNext:focus {
  outline: 0;
  text-decoration: none;
}

.packagesNavPrev:disabled,
.packagesNavNext:disabled {
  opacity: 0.1;
}
