.photo_icon_mouseout {
  border: 2px solid darkgrey;
  box-shadow: 0 0 3px 2px silver;
  border-radius: 4px;
}

.photo_icon_mouseover {
  border: 2px solid #aeb3fe;
  box-shadow: 0 0 3px 2px #cccffd;
  border-radius: 4px;
}

.rowAdvertIcon {
  width: 74px;
  line-height: 62px;
}

.fancy-photo-icon {
  cursor: pointer;
}

.advertPrice {
  color: dodgerblue;
}

.advertDetailProfilePicture {
  float: left;
  margin-right: 10px;
}

.advertListSelected {
  font-weight: bolder;
}

ul.list-unstyled a {
  color: black;
}