 ._tooltip {
	font-size: 15px;
	font-weight: bold;
	color:#CDD1DA;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	display: block;
	border:2px solid #CDD1DA;
	line-height: 14px;
	transition: 0.5s;
	padding-left: 4px;
	}

._tooltip:hover  {
	 color:#252525;
	 border-color:#252525;
	 transition: 0.5s;
	}



.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  background:#fff;
	width: 300px;
	padding: 8px 5px 5px 5px;
	border: 1px solid transparent;
	/*text-shadow: 0 0 0 #909090;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  padding: 8px;
	font-size: 0.8em;
	line-height: 1.2
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-arrow-border{
	border-color:transparent;
 }

 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-left .tooltipster-arrow-background{
	 border-left-color:#fff;left:-1px
 }
 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-right .tooltipster-arrow-background{
	 border-right-color:#fff;left:1px
 }
 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-background{
	 border-top-color:#fff;top:-1px
 }

 .tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-background{
	 border-bottom-color:#fff
}

#accordionResults .collapsing{
  transition : height 0.7s;
}

#restyle-calc .btn-print {
  background: #fff;
  color: #f7b850;
  height: 50px;
  width: 300px;
  border-radius: 25px;
  border: 2px solid #f7b850;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#restyle-calc .btn-print:hover {
  background: #FDF0DB;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

@media (max-width: 540px) {
  #restyle-calc .btn-print {
	  width: 265px;
	  height: 46px;
	  font-size: 16px;
	  margin: 5px auto;
  }
}
@media print {
  .container-with-params,
  .container-with-steps-buttons{
	  display: none;
  }

  #accordionResults .collapse{
	  display: block;
  }
}