
.subrecord-merge-panel {
  
  .row-indicator {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: small;
    opacity: 0.7;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    z-index: 99999;
    padding: 2.5px;
    background: white;
  }
  
  tr {
    td { 
      vertical-align: top;

      .fill-height {
        min-height: 110px;
      }

      .marc-record-subrecord  {
        min-height: 110px;
        margin: 0;
      }
    }

    &.is-over {
      outline: 2px dashed #66bb6a;
    }
  }

}