/*.purr {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 250px;
  padding: 20px;
  background-color: #C66;
  color: #fff;
  border-radius: 4px;
}*/

.best_in_place {
  text-align: left;
  display: inline;
  word-wrap: break-word;
  white-space: normal;
}

.best_in_place_note,
.best_in_place_note:hover,
.best_in_place_note:focus {
  padding: 0;
  background: transparent !important;
}

.best_in_place:hover {
  background-color: #E8F5FA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
