ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
  }
  
  ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
  }
  
  ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;    
  }
  
/*
  li ol > li {
	margin: 0;
  }
*/
  
  li ol > li:before {
	content: counters(item, ".") " ";
  }

.page-list {
	max-width: 210mm;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
	padding: 10mm;
}

.page-list ol {
	font-size: xx-large;
	margin-bottom: 20px!important;
}

.page-list ol li ol {
	font-size: x-large;
	margin-bottom: 10px!important;
}

.page-list ol li ol li ol {
	font-size: large;
}

.page-list a {
	text-decoration: none!important;
}

.page-list a:hover {
	text-decoration: underline!important;
}