.ui-tooltip, .arrow:after {
    background: #fff;
    border: 1px solid #cac9cc;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: #000;
    font: bold 14px "Helvetica Neue", Sans-Serif;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  .ui-tooltip {
	padding: 22px 28px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 0px #aaa;
	box-shadow: 0 0 0px #aaa;
}
.ui-tooltip h3 {
    color:#e20026;
    font-family: 'proxima_nova_blblack';
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 15px;
}
.ui-tooltip h4 {
    color:#3d3c3f;
    font-family: 'proxima_nova_thextrabold';
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.ui-tooltip .txt {
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
    font-size: 12px;
    color:#48474a;
    line-height: 20px;
    margin-top: 20px;
}
.ui-tooltip .txt strong {
    color:#e20026;
    font-family: 'proxima_nova_thextrabold';
}



body .ui-tooltip {
	border-width: 1px;
}
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
