.pf-widget-map {
    background-image: url(roadtest-sprite.png?v=201603);
}
.rt-logo {
    background-position: 0px 0px;
    width: 89px;
    height: 24px;
    text-indent: -9999px;
    background-size: 100%;
    display: inherit;
    margin-right: 7px;
    position: relative;
    top: -6px;
}
.apac .rt-logo {
    display:block;
}
.e14-rt-score_0_0 {
    background-position: -0px -69px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_5_0 {
    background-position: -0px -81px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_4_5 {
    background-position: -0px -93px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_4_0 {
    background-position: -0px -105px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_3_5 {
    background-position: -0px -117px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_3_0 {
    background-position: -0px -129px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_2_5 {
    background-position: -0px -141px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_2_0 {
    background-position: -0px -153px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_1_5 {
    background-position: -0px -165px;
    height: 11px;
    width: 60px;
}

.e14-rt-score_1_0 {
    background-position: -0px -177px;/*altered for COMDEV-180*/
    height: 11px;
    width: 60px;
}

.e14-rt-score_0_5 {
    background-position: -0px -189px;/*altered for COMDEV-180*/
    height: 11px;
    width: 60px;
}

.e14-rt-score_0_0 {
    background-position: -0px -197px;
    height: 11px;
    width: 60px;
}

.oshw-logo {
    background-position: -64px -68px;
    height: 30px;
    width: 134px;
}

.e14-rt-score-format {
    min-height: 11px;
    min-width: 60px;
    display: inline-block;
}

.e14-rt-score-reviews {
    font-size: 9px;
}
.e14-rt-score-format {
    min-height: 11px;
    min-width: 60px;
    display: inline-block;
}
.road-test { margin-bottom: 12px; position: relative; z-index: 1 }
.road-test a { display:inline-block; position:relative; top: 3px }
.road-test span { position:relative; top:-1px; left:4px}
#mkRoadtests .review { padding: 14px 0; border-bottom: 1px solid #f3f3f3; }
#mkRoadtests .review.last {
    border-bottom: none;
}
#mkRoadtests h3 { font-weight:bold;}
#mkRoadtests .review img {
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #cfcfcf;
}
#mkRTiFrame {
    position: fixed;
    top: 0;
    left: 0;
    height: 98%;
    width: 90%;
    background-image:url(loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.7);
    background-size: 5%;
    padding: 20px 5% 0;
    z-index: 9999;
    text-align: right;
}
.modal-open {
    overflow: hidden;
}
#mkRTiFrame,
#mkRTiFrame iframe,
.iz-library .road-test {
    display:none;
}
.modal-open #mkRTiFrame,
.modal-open #mkRTiFrame iframe {
    display:block;
}
#mkRTiFrame #mkRTclose {
    color:#fff;
    cursor: pointer;
    padding:0 0 20px;
    display: inline-block;
}

/* Version B Mods */
div#BVRRSummaryContainer {
    display: inline-block;
}
.reviewInfo .road-test {
    display: inline-block;
    margin-right: 12px;
    margin-bottom:0;
    margin-top: 12px;
}
#mk-insertPoint {
    max-height: 444px;
    overflow: auto;
}
.road-test-flash {
    animation: color-me-in 1s;
}

@keyframes color-me-in {
    0% {
        background: #fff;
    }
    50% {
        background: #feffd4;
    }
    100% {
        background: #fff;
    }
}

.mk-roadtest-active #BVRRSummaryContainer {
    margin-right: 16px !important;
}