#svg-container {
	background-color:#555;
	display:inline-block;
}

#svg-container  svg {
    width: 100%; max-width: 800px; height: auto;
    display: block;
  }
    @keyframes pulseAnimation {
	  0% { opacity: 0.4; }
	  50% { opacity: 1.0; }
	  100% { opacity: 0.4; }
	}
  #Pulse_1, #Pulse_2, #Pulse_3, #Pulse_4, #Pulse_5, #Pulse_6, #Pulse_7, #Pulse_8, #Pulse_9, #Pulse_10, #Pulse_11, #Pulse_12, #Pulse_13  {
      animation: pulseAnimation 1.5s infinite ease-in-out;
  }
#svg-container  .hidden {
    display: none !important;
  }
  
#lyza-how-works-block {

}

.lyza-how-works-title-element {
	display:inline-block;
	width:auto;
	line-height:100%;
}

#marketplace {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width:140px;
  transition: width 0.5s ease;
}

#marketplace .vendor {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.5s ease;
  padding:0;
}

#marketplace .vendor.active {
  opacity: 1;
}
