#steps-fivepercent-slider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -30px;
}

.sliderBox {
  margin: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  #background-color: white;
  float: left;
  width: 300px;
  background: #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  border-color: #be7;
  font-size: 12px;
}

.sliderBoxPair {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  #background-color: white;
  width: 300px;
  background: #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  border-color: #be7;
  font-size: 12px;
}

.sliderTitle {
	font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	color: cornflowerblue;
}

.sliderBox .help {
	float: right;
	width: 30px;
	cursor: help;
}

.helpWidget {
	padding-left: 40px;
	text-align: left;
}

.helpWidget a {
	color: blue;
}

.sliderBox3 {
  margin: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  #background-color: white;
  float: left;
  width: 300px;
  background: #ccf;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  border-color: #be7;
  font-size: 12px;
}

.sliderBox3 .help {
        float: right;
        width: 30px;
        cursor: help;
}


