﻿ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("/Content/Images/Views/Shared/OrderedList/orderedList9.png") no-repeat;
        }