.jp-desktop-withbubble-container .jp-tripadvisor-logo-rating-value{
    width: 31px;
    height: 22px;
    border-radius: 2px;
    text-align: center;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
    cursor: pointer;
}

.jp-desktop-withbubble-container .jp-green{
    background-color: #1fac34;
}

.jp-desktop-withbubble-container .jp-orange{
    background-color: #e59500;
}
.jp-desktop-withbubble-container .jp-red{
    background-color: red;
}

.jp-desktop-withbubble-container .jp-tripadvisor-logo-rating-value span{
  font-family: Montserrat-bold;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  padding: 2px 6px;
  top: -1px;
}

.jp-desktop-withbubble-container .jp-tripadvisor-logo-reviews {
    height: 18px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 8px;
    cursor: pointer;
}
.jp-desktop-withbubble-container .jp-tripadvisor-logo-rating {
    float: left;
    cursor: pointer;
}

.jp-tripadvisor-logo-rating span span:nth-child(1) {
    margin:0 7px 0 0;
}

.jp-tripadvisor-logo-rating span span:nth-child(2) {
    margin:0 7px 0 0;
}

.jp-tripadvisor-logo-rating span span:nth-child(3) {
    margin:0 7px 0 0;
}
.jp-tripadvisor-logo-rating span span:nth-child(4) {
    margin:0 7px 0 0;
}

.jp-desktop-withbubble-container .jp-tripadvisor-logo-container .jp-tripadvisor-logo-container-img{
    float: left;
    cursor: pointer;
}


.jp-desktop-withbubble-container .jp-tripadvisor-logo-container .jp-tripadvisor-logo-container-img .jp-img{
    width:24px;
    height: 24px;
}

.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-rating-value{
    width: 31px;
    height: 22px;
    border-radius: 2px;
    text-align: center;
    float: left;
    margin-left: 7px;
    margin-bottom: 6px;
    cursor: pointer;
}
.jp-desktop-withoutbubble-container .jp-green{
    background-color: #1fac34;
}

.jp-desktop-withoutbubble-container .jp-orange{
    background-color: #e59500;
}
.jp-desktop-withoutbubble-container .jp-red{
    background-color:#d0021b;
}

.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-rating-value span{
  font-family: Montserrat-bold;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
    padding: 2px 6px;
    top: -1px
}
.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-container .jp-tripadvisor-logo-container-img{
    float: left;
    cursor: pointer;
}
.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-container .jp-tripadvisor-logo-container-img .jp-img{
    width:24px;
    height: 24px;
    vertical-align: middle;
}

.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-reviews {
    font-family: Montserrat-Regular;
    font-size: 10px;
    color: #000000;
    cursor: pointer;
    display: block;
    position: relative;
    top: 28px;
    margin-bottom: 20px;
    cursor: pointer;
    left: -62px;
}

.jp-desktop-withbubble-container .jp-tripadvisor-logo-container .jp-tripadvisor-logo-container-img:focus,
.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-container .jp-tripadvisor-logo-container-img:focus,
.jp-desktop-withbubble-container .jp-tripadvisor-logo-rating-value:focus,
.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-rating-value:focus,
.jp-desktop-withbubble-container .jp-tripadvisor-logo-reviews:focus,
.jp-desktop-withoutbubble-container .jp-tripadvisor-logo-reviews:focus
{
    outline: none;
    border: none;
}

.jp-desktop-withbubble-container {
    outline: none;
    cursor: pointer;
}

.jp-desktop-withoutbubble-container {
    cursor: pointer;
    outline: none;
}