#bounceHolder {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}
#reviewsBounceWidget {
    width: 230px;
    height: 100px;
    background: linear-gradient(#f64700, #972c15);
    background: #f64700; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f64700, #972c15); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f64700, #972c15); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f64700, #972c15); /* For Firefox 3.6 to 15 */
}

.bounceInner {
    float: left;
    font-family: "Lato";
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
}

#leftBounce {
	width: 20%;
    background: url('../images/leftArrow.png');
    height: 100px;
    background-repeat: no-repeat;
    background-size: 25px 70px;
    background-position: 10px 15px;
}

#middleBounce {
    width: 45%;
    text-align: right;
}

#middleTopBounce {
    padding-top: 5px;
    padding-bottom: 10px;
}

#middleBottomBounce {
    float: right;
}

#rightBounce {
    width: 65px;
    height: 65%;
    background-color: #fad7ca;
    margin: 0px 5px;
	padding: 0px 10px;
    color: #790000;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
}
span.fa {
    color: yellow;
    font-size: 20px;
}

#bounceRating {
    font-size: 35px;
}

#ratingText {
    font-size: 13px;
}
#bounceArrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #972d15 transparent transparent transparent;
    left: 150px;
    position: relative;
}
@media (max-width:780px){
    #bounceHolder {
        display: none;
    }
}