.content-overlay-wrapper {
  position: relative;
}
#content-overlay {
  display: none;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
}

#content-overlay > DIV {
  position: absolute;
  top: 0;
  left: -40px;
}

#content-overlay I {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: white;
  font-size: 12px;
  cursor: pointer;
}

#content-overlay .fa-arrows {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #BCCF00;
}
#content-overlay .fa-code {
  background-color: #0daef2;
}
#content-overlay .fa-plus {
  background-color: #5F7884;
}
#content-overlay .fa-trash {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #eb5a34;
}

.content-overlay-outlined {
  outline: 1px dotted rgba(95, 120, 132, 0.5);
}
