/*
 * tooltip css
 */

.tooltip {
  background-color: #f9f2f4;
  color: #c7254e;
}
.tooltip-inner {
  background-color: #f9f2f4;
  color: #c7254e;
  height: 30px;
  line-height: 20px;
  padding: 5px 20px;
  border: thin solid #c7254e;
}
.tooltip-arrow {
  border-top-color: #c7254e !important;
}
