.property-table--technical-centre-extended .property-table__column:nth-child(1) {
  width: calc(100% - 380px) !important;
}

.property-table--technical-centre-extended .property-table__column:nth-child(1) .property-table__column__header {
  font-weight: 700;
}

.property-table--technical-centre-extended .property-table__column:nth-child(2) {
  width: 80px !important;
}

.property-table--technical-centre-extended .property-table__column:nth-child(3) {
  width: 60px !important;
}

.property-table--technical-centre-extended .property-table__column:nth-child(4) {
  width: 80px !important;
}

.property-table--technical-centre-extended .property-table__column:nth-child(5) {
  width: 60px !important;
}

.property-table--technical-centre-extended .property-table__column:nth-child(6) {
  width: 100px !important;
}

.property-table--technical-centre-extended div.property-table__column__header,
.property-table--technical-centre-extended div.property-table__column__value {
  padding-left: 2px;
  padding-right: 2px;
  word-wrap: break-word;
}

@media all and (min-width: 460px) {
  .property-table--technical-centre-extended div.property-table__column__header,
  .property-table--technical-centre-extended div.property-table__column__value {
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: normal;
  }
  .property-table--technical-centre-extended div.property-table__column__header span,
  .property-table--technical-centre-extended div.property-table__column__value span {
    display: inline-block;
  }
}

.property-table--technical-centre-extended div.property-table__column__header span,
.property-table--technical-centre-extended div.property-table__column__value span {
  display: none;
}

.knowledge-centre__pdf-download {
  position: relative;
  padding-left: 24px;
  line-height: 1.4em;
  color: #e30613;
  font-weight: 300;
  text-transform: uppercase;
}

.knowledge-centre__pdf-download svg {
  width: 15px;
  position: absolute;
  left: 0;
  fill: #e30613;
}

.knowledge-centre__permalink {
  width: 20px;
  display: inline-block;
}

.property-table__extra {
  display: none;
  float: right;
  width: 100%;
}

.property-table__extra .property-table__row:not(:last-child) {
  border-bottom: 1px solid #dedfdf;
}

.property-table__extra .property-table__column:nth-child(2) {
  max-width: 360px;
}

.property-table__extra .property-table__column__value {
  font-weight: 400 !important;
}

.property-table__extra div.property-table__column__header,
.property-table__extra div.property-table__column__value {
  padding-top: 6px;
  padding-bottom: 6px;
}

.property-table__extra-toggle {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.property-table__extra-toggle:focus {
  outline: 0;
}

.property-table__extra-toggle svg {
  transition: all 150ms ease;
  transform: rotate(360deg);
  width: 18px;
  fill: #e30613;
  stroke: #e30613;
}

.js-open .property-table__extra-toggle svg {
  transform: rotate(180deg);
}

.js-open .property-table__extra-toggle svg {
  fill: #262626;
  stroke: #262626;
}

/*# sourceMappingURL=maps/style.css.map */
