﻿/* === CADView page === */
.page-textonly { color: #000; }
.page-textonly p { text-indent: 20px; } 

.page-textonly h1.for-list, 
.page-textonly h2.for-list { display: inline; padding-left: 5px; }

.page-textonly p.updatedate { text-align: right; font-size: 12px; }

.page-textonly ol.autonumbers { counter-reset: item; list-style-position: inside; list-style-type: none; }
.page-textonly ol.autonumbers li { padding-top: 10px; padding-bottom:3px; display: block; }
.page-textonly ol.autonumbers li p { margin: 0; padding: 0; }

.page-textonly ol.autonumbers li:before { content: counters(item, ".")"."; counter-increment: item; font-weight: bold; }
