.message {
  font-size: 80%;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  width: 100px;
  background-color: #ffcc00;
  border: 1px solid white;
  position: relative;
}

.baloon-text {
    padding: 0px 10px 0px 0px;
    text-align: center;
}
.baloon-text .price-stars {
    width:130px;
} 
.baloon-text .price-stars .baloon-price {
    color: #E87E00;
    font-size: 14px;
    float: left; 
    margin-right: 5px;
}
.baloon-text .price-stars .baloon-stars {
    float: left;  
    margin-top:3px;
}
.baloon-text .hotel-info {
	clear: both;
}
