.ratingSpaceMenu {
    width: 40px;
}

.ratingContainer {
    position: relative;
    background: rgb(200, 200, 200);
    border-top: 2px solid #3c2d21;
    border-bottom: 2px solid #3c2d21;
    border: 2px solid #3c2d21;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 0;
    overflow: hidden;
    width: 40px; /* ratingSliderSize */
}

.ratingCanvas {
    position: absolute;
    left: 0;
}

.ratingSlider {
    background: rgb(35, 35, 35);
    transition: height 300ms;
    -webkit-transition: height 600ms;
}

