#top-view-2 ul{
    border: 1px solid #ececec;
}
#top-view-2 ul li{
    border-top: 1px dashed #ececec;
	display: flex;
	clear: both;
}
#top-view-2 ul li:before {
    font-family: sans-serif !important;
    padding: 15px 5px 8px 10px;
    color: #f70000 !important;
    font-size: 30px !important;
    opacity: 1 !important;
    text-align: right;
	content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
	line-height: 1em;
	    margin-right: 6px;
}
#top-view-2 ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding: 7px 7px 7px 0;
}