  body{

background-color: #fafafa !important;
}
.column.grid{
  margin: 0px 10px 0px 10px !important;	
}

#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.introjs-helperNumberLayer{
     background: linear-gradient(to bottom, #1bff00 0%, #0cc500 100%);
}

.introjs-tooltiptext{
  font-size: 25px;
  line-height: 20px;
}