ul#export-labels {
  padding: 20px 5px 20px 5px;
  margin: 0 auto;
  list-style: none;
  width: 168px;
  border: 1px solid gray;
}

ul#export-labels li {
  width: 80px;
  float: left;
  margin: 1px;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
  height: 32px;
  line-height: 35px;
  color: transparent;
  font-size: 28px;
  text-align: center;
  position: relative;
}

ul#export-labels li.disabled {
  background-color: red;
  color: white;
}

ul#export-labels li input {
  visibility: hidden;
  position: absolute;
}

#select-export-type button.active {
  color: darkred;
}

.address #select-export-type button[value="deliveryslip"],
.address #select-export-type button[value="commission"] {
  display: none;
}

ul[data-bind="clipped-addresses"] {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul[data-bind="clipped-addresses"] label {
  width: 100% !important;
}

#export-subject {
  padding: 3px;
  width: 464px;
}

#export-text {
  width: 934px;
  padding: 3px;
}

[data-bind="ac-address-select"] {
  margin-top: 24px;
}

[data-bind="ac-address-select"] input {
  display: inline;
  padding: 3px;
  width: 25%;
}

.ef-sizeX, .ef-sizeY, .ef-sizeZ, .ef-diameter, .ef-weightEstimated {
  display: none !important;
}