.favorite_client_area
 {
  position: fixed;

  bottom: 15px;
  left: 15px;

  max-width: 120px;
  padding: 7px;
  border: solid 1px #808080;

  border-radius: 7px;

  background-color: #ffffff;

  text-align: center;

  font-size: 14px;

  z-index: 10;
 }

.favorite_client_area > div
 {
  margin-bottom: 5px;
 }

.client_link
 {
  color: #0174ff;

  cursor: pointer;
 }

.btn.unfavorite_button
 {
  margin-top: 5px;

  padding: 5px;

  line-height: 1.2;
 }