/* Additional styles for use on the Ensenso web page */

.checkmark, .cross {
  font-size: 1.4em;
}

/* Limit the width of some selector parts to the width of the Ensenso page */

.limit-width {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
  .limit-width {
    max-width: 748px;
  }
}



