.tooltipsy-euro,
.tooltipsy-info,
.tooltipsy {
  background-color: #4c6edf;
  color: white;
  font-size: 12px;
  font-weight: bold;
  max-width: 170px;
  padding: 5px 17px;
  margin-left: 4px;
  margin-top: -20px;
  position: relative;
}

.tooltipsy-euro a,
.tooltipsy a {
  color: white;
  text-decoration: underline;
}

.tooltipsy-euro {
  background-color: #d3b450
}

.tooltipsy-info {
  max-width: 800px;
  padding: 2px 10px 20px;
  margin-top: 0;
  margin-left: 0;
  font-weight: normal;
  font-size: 11px;
  background-color: #f6f6f6;
  color: black;
  border: 1px solid;
}

.tooltipsy-info:before {
  content: "";
  border-bottom: 10px solid black;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  float: left;
  margin-top: -12px;
  margin-left: 49%;
}

.tooltipsy-info ul:after {
  content: "";
  clear: both;
  display: block; 
}

.tooltipsy-info td {
  padding: 10px 26px;
  width: 41%;
  float: left;
}

.tooltipsy-euro:before,
.tooltipsy:before {
  background: url("../images/tableau/tooltip.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 14px;
  width: 12px;
  position: absolute;
  left: -12px;
  vertical-align: middle;
}

.tooltipsy-euro:before {
  background: url("../images/tableau/euro-tooltip.png") no-repeat scroll 0 0;
}

.comparative-table table th,
.comparative-table table td {
  position: relative;
}

.comparative-table table thead a.hastip,
.comparative-table table tbody a.hastip,
.comparative-table table thead span.hastip,
.comparative-table table tbody span.hastip {
  display: inline-block;
  width: 17px;
  height: 16px;
  text-indent: -9999px;
  margin-left: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../images/tableau/info.png") no-repeat scroll 0 0
}

.comparative-table table thead a.hastip.hastip-euro ,
.comparative-table table tbody a.hastip.hastip-euro,
.comparative-table table thead span.hastip.hastip-euro ,
.comparative-table table tbody span.hastip.hastip-euro {
  width: 22px;
  height: 18px;
  background: url("../images/tableau/euro.png") no-repeat scroll 0 0
}

.hastip-info {
  cursor: pointer;
}