body {background: rgba(203, 203, 210, 0.15);}

.cms-view-container {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 30px;
  margin-bottom: 20px;
}

fieldset > hr  {
  margin-top: 0;
  margin-bottom: 20px;
  border-style: dashed;
}
