

.w-90 {
  width: 90%;
}

.walkthrough-column {
  /* padding: 0.5em; */
  padding-bottom: 0.5em;
  min-width: 10rem;
}

.walkthrough-button-group {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.walkthrough-button {
  width: 4rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  color: rgb(51,51,51);
}

.walkthrough-button-skip {
  
}

.walkthrough-button-skip:hover {
  background-color: rgb(230,230,230);
	color: rgb(20,20,20);
}

.walkthrough-button-next {
  background-color: rgb(255,165,20);
	color: rgb(255, 255, 255);
  border-color: rgb(242,146,12);
}
.walkthrough-button-next:hover {
  background-color: rgb(242,146,12);
	color: rgb(255, 255, 255);
  border-color: rgb(242,146,12);
}