.bx_md ol {padding-left: 0px;counter-reset: myCounter;list-style-position: outside;}
.bx_md ol li{
	list-style: none;


}
.bx_md ol li:before {
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #f1b31a;
	margin: 5px 10px;
	font-size: 19px;
}
.bx_md_color_red{color:red;}
.bx_md_color_yellow{color: #f1b31a;}
