.best_in_place {
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url('icons/edit.png');
    background-size: 22px auto;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.alert-box {
  padding: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
