.questicon {
  margin-left: 5px;
  margin-button: 5px;
  width: 20px;
  height: 20px;
  background-image: url('/v/vspfiles/files/i-icon.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  border-style: none;
  display: inline-block;
  vertical-align: middle;
}

.questicon:hover:after{
  content:"CORE CHARGE EXPLAINED: \A A core charge is a deposit you pay when buying a remanufactured part. \A We send you the remanufactured part, and you send us your old part \A and get the charge refunded. \A\A IMPORTANT: \A * The core must be in repairable condition for a full refund. (We hold the \A   right to refund less or return/dispose of the core if it is not repairable.) \A * Credit card refunds get 95% (due to fees); PayPal refunds get 100%.";
  white-space: pre;
  font-weight: normal;
  background:#545454;
  padding:25px;
  border-radius:3px;
  border: black;
  display: inline-block;
  position: absolute;
  transform: translate(-50%,-100%); 
  margin:0 auto;
  color:#FFF;
  min-width:100px;
  min-width:150px;
  text-align:left;
  font-size: 16px;
  color: whitesmoke;
}


.questicon:hover:before {
  content:" ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 5px;
  margin-left: -5px;
  transform: translate(0,0px); 
}



.wocore::before {
 content: " Note: Core charge details will be provided after order confirmation.";
 color: red;
 font-weight: bold;
}