.catalogue-item-div {
  clear: both;
  div {
      padding:.5em;
  }
  ::after {
      clear:both;
  }
}
.catalogue-item-div:nth-child(odd) > div {
  background-color: #eee;
}

.catalogue-label-div {
  float: left;
  width: 250px;
  h5 {
    margin: 0;
  }
}
.catalogue-value-div {
  width: calc(100% - 250px);
  padding: 0;
  float: left;
}
.print-to-pdf-link {
  text-decoration: none;
  background-color: #4292c7;
  color: #ffffff;
  float: right;
  font-size: 16px;
  &:hover,
  &:active {
    color: #ffffff;
    background-color: #3177a5;
    text-decoration: none;
  }
  &:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #4292c7;
    outline: none;
  }
}

img.catalog-item-image {
    ::before {
        clear:both;
    }
    max-width:100%;
    display: block;
    margin: 1em auto;
    padding-top: 1em;
}

.catalogue-content {
    margin: 1em;
}
