/**
 * Description: styles related to Share IT styles.
 * User: Pedro Alfaiate
 * Date: 14/09/2017
**/
.blackBorder {
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.borderBoxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.verticalCenter {
  display: table-cell;
  vertical-align: middle;
}
.verticalBottom {
  display: table-cell;
  vertical-align: bottom;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.gmb-infobubble-container .gmb-infobubble div.place-description {
  float: right;
  width: 70%;
}
.gmb-infobubble-container .gmb-infobubble div.place-image {
  float: left;
  width: 30%;
  margin-top: 8px;
  padding-right: 8px;
}
.gmb-infobubble-container .gmb-infobubble div.place-image img {
  min-width: 100%;
}
