<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tour-1 {
    float: right;
    width: 75%;
}

#tour-1 #screenshot {
    background: transparent url('images/tour-1.png') no-repeat 0 0;
    background-size: 525px 263px;
}

#tour-1 #screenshot #o1 {
    left: 55px;
    top: 45px;
}

#tour-1 #screenshot #o2 {
    left: 155px;
    top: 20px;
}

#tour-1 #screenshot #o3 {
    left: 205px;
    top: 20px;
}

#tour-1 #screenshot #o4 {
    left: 260px;
    top: 20px;
}

#tour-1 #screenshot #o5 {
    left: 305px;
    top: 20px;
}

#tour-1 #screenshot #o6 {
    left: 360px;
    top: 20px;
}

#tour-1 #screenshot #o7 {
    left: 135px;
    top: 95px;
}

#tour-1 #screenshot #o8 {
    left: 5px;
    top: 135px;
}

@media (min-resolution: 2dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1) {

    #tour-1 #screenshot {
        background: transparent url('images/tour-1@2x.png') no-repeat 0 0;
        background-size: 525px 263px;
    }
}
</pre></body></html>