body.landingpage div.entry-content ol { counter-reset: cnt;margin: 0;padding: 0;}
body.landingpage div.entry-content ol li { counter-increment: cnt;font-weight: normal;}
body.landingpage div.entry-content ol li { list-style: none; margin: 0; padding: 0;}
body.landingpage div.entry-content ol li:before { content: counter(cnt);margin: 0; padding: 0;}
body.landingpage div.entry-content ol li:before { font: bold 12px Verdana, sans-serif; color: #fd660d; display: inline-block;	width:10px; text-align: left;	padding-right: 5px;}
body.landingpage div.entry-content ol li:before { margin-left: -15px;}
body.landingpage div.entry-content ol { margin-left: 15px;margin-bottom: 15px;}
