.lp-editor_ .ace_cursor {
  display: none;
}

.lp-example {
  font-size: 12px;
}
.lp-example ul {
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.lp-example li {
  display: block;
  padding: 0 51px 0 7px;
  white-space: nowrap;
  line-height: 32px;
  background: #fff;
  cursor: pointer;
}
.lp-example li.selected, .lp-example li:hover {
  background: #eff8ff;
}
.lp-example .button {
  margin: 0 0 0 30px;
  height: 20px;
  padding: 0 11px;
  line-height: 16px;
  min-width: 46px;
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-shadow: 0 0 0 #fff;
  border-radius: 2px;
  text-align: center;
}
.lp-example .button.hasArrow {
  padding-right: 0;
}
.lp-example .button.yellow {
  background: #ffa033;
  color: #fff;
}
.lp-example .button.white {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #666;
}
.lp-example .button.blue {
  background: #52aae9;
  color: #fff;
}
.lp-example .theme-variable-value {
  margin: 20px 0;
  padding: 20px;
  font-size: 28px;
  color: #555555;
  border: 1px solid #0070CC;
  background-color: #F7F7F7;
  border-radius: 2px;
}

.columns .column:nth-child(1) {
  display: flex;
  justify-content: center;
}
.columns .field {
  width: 150px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.columns .field p {
  margin-bottom: 12px;
}
.columns .field label {
  margin-right: 20px;
}

.noSplitLine .ace_print-margin {
  display: none;
}
