.mainins h3{all:unset;}
.doclist ul{margin:10px 0;padding-left:10px;list-style-type:none;}
.doclist li {font-family:Times New Roman;font-weight:bold;}
.doclist h3{font-size:12pt;}
.doclist p{margin:0;font-weight:normal;}
.btm small{display:block;clear:both;}
.pagelink a{font-size:12pt;margin-right:10pt;font-weight:bold;}

@media only screen and (max-width:480px){
.mainins h2{margin:0;}
.doclist li{margin:20px 0;}
.doclist h3::before{content:"\A";white-space: pre;} 
.doclist p{font-size:11pt;line-height:14pt;}
.pagelink{margin:10px 8px;}
}
@media only screen and (min-width:481px){
#top{width:100%;min-width:600px;max-width:1100px;display:flex;}
.main{width:calc( 100% - 300px);}
.doclist div{display:flex;width:100%;white-space:nowrap;}
.doclist h3{overflow:hidden;text-overflow:ellipsis;}
.doclist p{font-size:10.5pt;line-height:11pt;}
.pagelink{margin:20px 4px;}
}