/**
 * RTE only styles
 */
/**
 * Text justify classes
 */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/**
 * custom styles
 */
.button, button {
  border: none;
  background: #eb1923;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}

.info {
  background-color: #f3f3f3;
  padding: 20px 40px;
  margin: 20px 0;
  border: none;
  font-style: normal;
}
.info ul {
  margin: 0;
}
.info ul li {
  margin-bottom: 10px;
}
.info ul li:last-child {
  margin-bottom: 0;
}
.info::before {
  content: "";
  display: block;
  background-image: url("../Images/rot/info.icon.1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=rte.css.map */
