/*  affix.htm only  */
span.root_comment{
margin-left:3em;
font-style:italic;
font-weight:normal;
}
span.root_comment::before{
content:"";
}
span.sig{
font-size:small;
display:block;
text-indent:-1em;
padding-left:1em;
}
span.sig::before{
content:"";
}
dt a.name{
font-family:"Times";
font-size:x-large;
}
dd a.name{
font-family:"Times";
font-size:x-large;
}
/*  css for mobile device  */
/* 414 x 736 (iphone's standard screen size???) */
/* 768 x 1024 (tablet's standard screen size???) */
@media (max-width:770px){
	dt.list *{
	font-weight:light;
	font-size:x-small;
	}
	span.root_comment{
	margin:0;
	}
	.gotoitemtop,.sig{
	display:inline;
	}
}
