/* Availability tooltip, without anchor underline image */
.content.container #content a.tooltip {
  background: none;
}

/* content inside tooltip needs different css match rules */
.qtip span.emphasis {
  font-weight: bold;
}

.qtip p {
    margin: 0;
}

.qtip {
    background-color: #F0F8FF;
    max-width: 285px;
}