h1.like-real-big {
  font-size: 40px;
  margin: 15px 0 0 20px;
}
.box {
  width: 36px;
  height: 36px;
  float: left;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 480px;
}
.box2 {
  left: 530px;
  background: #4490c2;
}
.rectangle {
  width: 370px;
  left: 580px;
}

.info_text {
  margin-top: 20px;
  margin-left: 30px;
}

.info_text h3 {
  margin: 0;
}

div.list ul {
  width: 170px;
  float: left;
}
div.list li {
  position: relative;
  font-size: 20px;
  list-style-type: none;
}

div.list div.io_editable_content::before {
  position: absolute;
  right: 0;
  content: "dbl-click"
}
