.topview ul {
    counter-reset: my-badass-counter;
}
.topview li:before {
content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    padding: 5px 5px 8px 0;
    line-height: 1em;
color: red !important;
    font-size: 30px !important;
    opacity: 1 !important;
    text-align: right;
    padding: 5px 3px 8px 0;
}
.topview li {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.topview img {
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}