/*
 *  Contains styles specific to the BC Supreme Court.
 */

/*	Ensure the general/default court document styles are applied before the court specific overrides.  */
@import url("/legal/canada-vs-patrick-fox/frmwrk/bccourts.css");


/*
 *	This is the BCSC file number which usually appears at the top right corner of the 
 *	first/cover page of BCSC court documents.  It is outside the 'div.page_title' element.
 */
div.document.bcsc > div.court_file_no {
	text-align: right;
	font-weight: bold;
	margin-right: 47px;
}


/*
 *  Title Page
 */
div.document.bcsc  div.cover_page > div.title_page_body > div.registry_blk,
div.document.bcsc  div.title_page > div.title_page_body > div.registry_blk {
	font-weight: normal;
}
