.tooltip-box {
  position: relative;
  display: inline-block;
  text-decoration:underline;
  text-decoration-style: dotted;
}
.tooltip-box .tooltip-text {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: white;
  text-align: center;
  padding: 6px;
  position: absolute;
  z-index: 1;
}
.tooltip-box:hover .tooltip-text {
  visibility: visible;
}
#stitched-label {
    float: left;
}
.var-price {
	font-size: 22px;
}
input#stitched {
	margin-left: 38px;
}