.topview ul {
    counter-reset: my-badass-counter;
}
.topview li:before {
content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    padding: 5px 15px 8px 0;
    line-height: 1em;
    color: #7f7f7f;
    font-weight: bold;
    font-family: Arial!important;
    color: #ed1c24;
    float: left;
    font-size: 33px;
}
.topview li {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.topview img {
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}