.top-rated-list {
    margin: 0;
    margin-bottom: -10px;
    padding: 0;
    list-style: none;
}

.top-rated-list li {
    margin: 0 0 18px;
}

.top-rated-list .title {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: 98%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
    display: block;
}

.top-rated-list .title a,
.top-rated-slider .tr-slider a.tr-slider-handle {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.top-rated-list .title a:hover,
.top-rated-slider .tr-slider a.tr-slider-handle:hover {
    text-decoration: underline;
}

.top-rated-slider {
    width: 100%;
}

.top-rated-slider .tr-slider {
    background: #f1f1f1;
    height: 17px;
    position: relative;
}

.top-rated-slider .tr-slider .tr-slider-range {
    background: #babdbe;
    height: 17px;
    position: absolute;
    cursor: pointer;
}

.top-rated-slider .tr-slider .tr-slider-handle {
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    background: #2980b9;
    width: 13%;
    text-align: center;
    position: absolute;
}

.top-rated-slider .tr-slider .tr-slider-handle span {
    position: absolute;
    top: 100%;
    left: 25%;
    width: 0;
    height: 0;
    border-top: 8px solid #2980b9;
    border-right: 8px solid transparent;   
}