.onieditor .oniur-layer,
.onieditor .oniur-layer-img {
  position: relative;
}

.onieditor img:hover {
  cursor: pointer;
  position: relative;
  outline: #4caf50 solid 2px;
}

.onixedi .onix-table {
  margin: 0.75em auto;
  display: table;
}

.onixedi .onix-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double #c2cccf;
}

.onixedi .onix-table td {
  padding: 0.2em;
  min-width: 2.5em;
  border: 1px solid #c2cccf;
}

.onixedi .onix-td-dummy-para {
  display: inline-block;
  width: 100%;
}

/* .onieditor img:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 3px solid #ff0000;
} */

img.eoni-img {
  border: 2px solid #ff0000;
}
