.chameleon main .divider {
  background-image: url(/games/life-of-a-chameleon/images/chameleon-mini.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  position: relative;
  margin: 40px 0;
}
.chameleon main .divider::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(50% - 90px);
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.chameleon main .divider::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(50% - 90px);
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.inner-quote-body {
  margin-left:auto;
  margin-right:auto;
  width:400px;
  text-align:left;
}

.inner-quote-attribution {
  margin-left:auto;
  margin-right:auto;
  width:400px;
  text-align:right;
}
