.psd-wide-narrow-column {
  display: flow-root;
  height: 100%;
}

/* Create two equal columns that floats next to each other */
.psd-wide-narrow-column .psdk-narrow-column-column {
  width: 30%;
  float: left;
  padding: 0rem 0.3125rem 0rem 0rem;
  height: 100%;
}

.psd-wide-narrow-column .psdk-wide-column-column {
  width: 70%;
  float: left;
  padding: 0rem 0rem 0rem 0.3125rem;
  height: 100%;
}
