#app-info,
#poweredby,
.ck-powered-by {
  display: none !important;
}

/* comment to give back the widget control */
#newwidgetmenubtn,
#widgetManagerBtn {
  display: none !important;
}

.warningEdition {
  color: red;
}

.warningEdition::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.45l6.705 13.363H1.295L8 1.45zM8 0c-.345 0-.664.179-.845.466l-7.07 14.141c-.181.286-.181.64 0 .926.182.287.5.466.845.466h14.14c.345 0 .663-.179.844-.466.182-.286.182-.64 0-.926L8.845.466A.957.957 0 008 0zm-.5 5h1v5h-1V5zm0 6h1v1h-1v-1z' fill='red'/%3E%3C/svg%3E");
  background-size: contain;
  vertical-align: middle;
  padding-bottom: 17px;
  background-repeat: no-repeat;
}
