div.edit-panel {
  position: absolute;
  z-index: 101;
  width: 65px;
  margin-left: -65px;
  opacity: 0.3;
  transition: opacity 0.5s;
  -webkit-trasition: opacity 0.5s;
  display: none; }
  div.edit-panel.show {
    display: block; }
  div.edit-panel:hover {
    opacity: 1; }
    div.edit-panel:hover + * {
      transition: background 0.5s;
      -webkit-trasition: background 0.5s;
      background: #bcaf9d !important; }
  div.edit-panel a {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    background: #bcaf9d; }
    div.edit-panel a:first-child {
      margin-right: 5px; }
    div.edit-panel a svg {
      width: 20px;
      fill: #ffe000; }

button#edit-on-off {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0; }

/*# sourceMappingURL=nb_fluid_templates.css.map */
