.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.rated {
    color: #e3d156;
}

.fa-sm {
    font-size: 0.80em;
}

.fa-xs {
    font-size: 0.60em;
}

.fa-lineHeight {
    line-height: inherit;
}

.left15 {
    margin-left:15px
}

.input-wrap {
    border: solid 1px #bbbbbb;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: -2px 2px 3px -3px rgba(0,0,0,1);
}

.numberOn {
    -webkit-text-stroke: 1.4px #f0c20e;
    -webkit-text-fill-color: #ddf034;
}
.numberCurrent {
    -webkit-text-stroke: 1.4px #F0BA26;
    -webkit-text-fill-color: #FFDA61;
    opacity:.5;
}
.numberHover:hover {
    -webkit-text-stroke: 1.4px #f0c20e;
    -webkit-text-fill-color: #FFFFFF;
}
.numberOff {
    -webkit-text-stroke: 1.4px #A1A1A1;
    -webkit-text-fill-color: #DDD5E0;
}

.noOutline {
    outline: none !important;
}

.contentDisplayTitle {
    margin-top:0;
    margin-bottom:0;
    padding-left:10px;
    padding-right:10px;
    position:relative;
    height:20px;
    top:-13px;
    display:inline-block;
    background-color: #ffffff;
}

.contentDisplayBody {
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

div.rhd-img-responsive img{
    max-width:100%;
    height:auto;
    display: block;
}