@media screen and  (min-width: 1280px) {  
  .canvas-wrapper:nth-child(2n){
    margin-left: 54px;
  }
}

.ekg-derivation-id {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #f2f2f2;
  font-weight: bold;
  z-index: 4;
}
.canvas-helpers{
  z-index: 3;
  position: absolute;
  left:50px;
  padding:5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pinIcon{  
  cursor: pointer;
}

.canvas-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.canvas-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.canvas-miniature {
  border: 1px solid #f2f2f2;
}


.miniature-container {
  max-width: 99vw;
  box-sizing: border-box;
  overflow-x: auto;
}

.drag-indicator-left{
  color: #BFBFBF;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  padding: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.drag-indicator-right{
  color: #BFBFBF;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  padding: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#step-ms, #offset-ms{
 max-width: 50px; 
}
.container{/* Page container */
  display:flex;
  flex-wrap: wrap;
}
