.Frame{
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  /*border-radius: 10px;*/
  background-color: #fff;

  text-align: center;
  font-family: Arial,Helvetica;
  max-width: 320px;
  float: right;
  cursor: pointer;
}

.Frame .logo
{
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 13px 0 10px 0;
  margin-top: 30px;
}

.Frame .logo img
{
  width: 50%;
}

.textRating {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  color: #FFF;
}

.ratingFrame{
  border-style: solid;
  border-width: 6px;
  border-color: #016791;
  border-radius: 50%;
  background-color: #0099CC;

  width: 80px;
  height: 80px;
  margin: 10px auto;
  text-align: center;
  padding-top: 17px;
}

.ratingStars
{
  background-image: url(/public/images/kiyoh/star.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 170px;
  margin: 10px auto;
}

.ratingStars,
.ratingCurrent
{
  height: 30px;
}
.ratingCurrent
{
  background-image: url(/public/images/kiyoh/star.png);
  background-position: left top;
  background-repeat: repeat-x;
}

.textTotalRecommendations{
  font-size: 13px;
  color: #666;
  
  margin: 15px 0;
}

.textRecommendationContainer {
  background-image: url(/public/images/kiyoh/balloonTop.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 15px;
  position: relative;
  padding-top: 7%;
}

.textRecommendationContainer > div {
  padding: 10px 10px 15px 10px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-width: 0;
}

.textRecommendation {
  font-size: 13px;
  color: #003366;
  line-height: 16px;
  text-align: center;
}

.textRecommendation::before {
  content: "“"; /*"‘"*/
}
.textRecommendation::after {
  content: "”"; /*"’"*/
}

.textRecommendationSub {
  font-size: 11px;
  color: #666;
  line-height: 14px;
  text-align: center;

  margin-top: 5px;
}

.textGeneral {
  font-size: 13px;
  color: #666;
  line-height: 20px;

}

.textTitle {
  font-size: 16px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #666;
  line-height: 24px;
}

