﻿.rlvItem, .rlvSelected {
    width: 252px !important;
    height: 87px;
}

    .rlvItem a, .rlvSelected a, .rlvHover a {
        display: block;
        float: left;
        width: 270px !important;
        height: 130px;
        background-color: #e3e2e2;
        color: black;
        text-decoration: none;
        padding-top: 10px;
        position: relative;
    }

.rlvHover a {
    background-color: #66c0cf;
    background-position: 0 -100px;
    color: #070707;
}

    .rlvItem a span,
    .rlvSelected a span,
    .rlvHover a span {
        text-transform: uppercase;
        line-height: 12px;
    }

    .rlvItem a .percentage,
    .rlvHover a .percentage,
    .rlvSelected a .percentage {
        position: absolute;
        right: 5px;
        bottom: 1px;
        color: #5D5D5D;
        font-family: "Segoe UI", Arial, Sans-Serif;
        font-size: 30px;
        font-weight: normal;
        line-height: normal;
    }

    .rlvHover a .percentage {
        color: #070707;
        cursor: pointer;
    }

.rlv {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    background-color: #0394ae;
}

.photo {
    float: left;
    margin: -3px 10px 0 7px;
    border: 1px solid #0394ae;
}

.rlvHover .photo {
    background: #111;
    border: 1px solid #415E00;
}
