.rapStar {
    color: white;
    cursor: pointer;
    font-size: 32px;
    margin: auto;
    position: relative;
    /*text-shadow: 2px 2px 4px #FFAB31;*/
    margin: 0px auto;
    display: table;
    clear: both;
}

.rapStarFront {
    top: 0px;
    color: yellow;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.rapStarDisable {
    cursor: default;
}
