div.ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid @content-section-divider-color;
  padding-top: @line-height-computed;
  padding-bottom: @line-height-computed;

  color: lighten(@body-type-color, 25%);

  .ccm-block-page-attribute-display-title {
    color: #75ca2a;
    display: block;
  }
}


div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid @content-section-divider-color;
}
