<style>
/* CSS for standard-resolution devices */
.oo_inline {
    padding: 0 0 0 13px;
}
.oo_inline_icon {
    background-image: url(/content/dam/dfs/student-loans/oo_icon.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 9px;
    width: 9px;
    top: 13px;
    position: absolute;
}
/* CSS for high-resolution retina devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .oo_inline_icon {
        background-image: url(/content/dam/dfs/student-loans/oo_tab_icon_retina.gif);
        background-size: 100%;
    }

}
</style>