@charset "utf-8";

.page_body h1, 
.page_body h2,
.page_body h3	{margin-bottom: 15px;}
.page_body h4	{margin-bottom: 5px;}
.page_body .xe_content p	{margin: 15px 0;}

.page_body .module	{margin-bottom: 25px;}

.page_body ol	{counter-reset: p-counter;}
.page_body ol>li	{position: relative; counter-increment: p-counter;}
.page_body ol>li::after	{position: absolute; left: 0; content: counter(p-counter, decimal-leading-zero);}