@font-face {
font-family: "atleasttibetan";
src: url(//tibetan.works/DDC_Uchen.ttf) format("truetype");
}

span.title, title {
	font-size:26px;
	display:block;
	padding-top:20px;
	}
	
span.field {
	margin-left:20px;
	}

span.author, author {
	font-family:DDC Uchen, Kailasa, atleasttibetan;
	font-size:18px;
	clear:left;
	}

span.section, section {
	font-family:DDC Uchen, Kailasa, atleasttibetan;
	font-size:18px;
	clear:left;
	}
	
span.volume, volume {
	font-family:DDC Uchen, Kailasa, atleasttibetan;
	font-size:18px;
	clear:left;
	}
	
span.status, status {
	color:#CC0000;
	font-family:arial, sans-serif;
	font-size:16px;
	display:block;
	}
	
author:before {
	content:"AUTHOR: ";
	}

section:before {
	content:"SECTION: ";
	}
	
volume:before {
	content:"VOLUME: ";
	}
	
status:before {
	content: "DOCUMENT STATUS: ";
	}

status:after {
	content: " (as of " attr(asof) ")";
	}
	
span.field, author:before, section:before, volume:before, status:before {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#808080;
	}
	
span.copyright, copyright {
	font-family: arial, sans-serif;
	display:none;
	text-align:center;
	font-size:16px; 
	color:#808080;
	margin-bottom:20px;
	margin-top:10px;
	}
	
div.text, text {
	font-family:DDC Uchen, Kailasa, atleasttibetan;
	font-size:18px;
	white-space:nowrap;
	margin-left:10px;
	}

span.small, small {
	font-size:80%;
	}
	
p.page, page {
	font-family:DDC Uchen, Kailasa, atleasttibetan;
	font-size:18px;
	white-space:nowrap;
	display:block;	
	margin-top:20px;
	margin-left:40px;
	}

page:before, span.pageid {
  content: attr(id);
  display:block;
  font-family:arial, sans-serif;
  font-size:16px;
  margin-left:-30px;
}
	
span.line, line {
	display:block
	}
	
span.conversion-problem  {
	display:inline;
	font-family:arial, sans-serif;
	color:#CC0000;
	}
	
span.conversion-problem:hover, error:hover {
	cursor:help;
	}
	
span.conversion-problem:hover:after {
	content: " ("attr(title)") ";
	display:block;
	white-space:normal;
	}
