@CHARSET "utf-8";

.invoice_ol{
	width:100%;
	height:auto;
	list-style-type:none;
	counter-reset:level1;
}

.invoice_li{
	width:100%;
	height:auto;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	margin-top:30px;
}

.invoice_li:before{
	content: counter(level1) ". ";
    counter-increment: level1;
}

.invoice_li p{
	width:100%;
	text-indent:2em;
	margin-top:12px;
	font-weight:normal;
}