/* Stylesheet for proofnlm.xsl
Beta release: July 8, 2003
~~~~~~~~~~~~~~
National Center for Biotechnology Information (NCBI)
National Library of Medicine (NLM)
~~~~~~~~~~~~~~
The classes below are divided into the following sections:

   Page setup
   Titling levels

For classes that may not be self-evident, 
a comment describing the use preceeds them.
*/


/* --------------- Page setup ------------------------ */

/* page and text defaults */
html {
     font-family:  'Noto Sans', sans-serif;
     font-size:    12pt;
     margin-top:  0%;
     margin-left:  0%;
     margin-right: 0%;
     }

/* front-matter */
.fm_copyright  {
     font-family:  'Noto Sans', sans-serif;
     font-size:   9pt;
     line-height: 0.7;
     }
     
.fm  {
     font-family:  'Noto Sans', sans-serif;
     font-size:   9pt;
     line-height: 1.5;
     }
     
/* article body */
.body
     {
     font-family: 'Noto Serif', serif;
     font-size:   10.5pt;
     line-height: 1.6;
     }

/* back-matter */
.bm  {
     font-size:   9pt;
     line-height: 1.5;
     }

.bm table {
	border: 0px solid #000000;
}

.bm img {
	border: 0px solid #999999;
}

.bm-figure-tables img {
	border: 1px solid #999999;
}

/* rules */
hr.part-rule {
    color: #d7000f;
    width: 100%;
    align: center;
    margin-top: 2pt;
    margin-bottom: 2pt;
    }

hr.section-rule {
    color: #d7000f;
    width: 100%;
    height: 3px;
    align: center;
    margin-top: 0pt;
    margin-bottom: 0pt;
    }

/* superior numbers which are cross-references */
.xref {
    color: red;
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
    }
    
/* generated text */     
.gen {
    color: gray;
    }


/* --------------- Titling levels -------------------- */


/* titling level 1: document title */
.tl-document {
   display: block;
   font-family: 'Noto Serif', serif;
   font-size: 14pt;
   font-weight: bold;
   color: black;
   line-height: 150%;
   text-align: left;
   }

/* titling level 2: main document parts */
.tl-main-part {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	color: #d7000f;
	FONT-FAMILY: 'Noto Sans', sans-serif;
}
 
/* titling level 3: first-level sections of main parts */
 .tl-section-level {
   display: block;
   font-family: 'Noto Sans', sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: blue;
   line-height: 130%;
   }
 
/* titling level 4: lowest designed level */
.tl-lowest-section {
   display: block;
   font-family: 'Noto Sans', sans-serif;
   font-size: 11pt;
   font-weight: bold;
   color: black;
   line-height: 120%;
   }
   
/* default titling level */
.tl-default {
   display: block;
   font-family: 'Noto Sans', sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: gray;
   line-height: 130%;
   margin-top: 5pt;
  }
   
/* ---------------- End ------------------------------ */

/* for KJP */

.td-section {
	/* background-color: #d7000f; */
	text-align: left;
	border-bottom: 1px solid #d7000f;		
}

.links-box {
        BORDER-BOTTOM: #B1B1B1 2px outset; BORDER-LEFT: #999999 2px outset; PADDING-BOTTOM: 5px; MARGIN: 0em 15px 0em 10px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; BORDER-TOP: #B1B1B1 1px solid; BORDER-RIGHT: #B1B1B1 1px solid; PADDING-TOP: 5px
}

.links-box .fm-footnote {
        MARGIN: 0px
}

	
/* Added 2012-11-17 */

.listitem-alpha-upper {
	list-style-type: upper-alpha;
}

.overline {
	text-decoration: overline;
}

.disp-formula {
	text-align:center;
}

.disp-formula .label {
	float: right;
}
