/*Don't have fonts on my machine: SabonNext, StoneSans, StoneSansSC(?)*/
/*----
table
-----*/
div.table  {
/*width:96%;*/
margin-left: auto;
margin-right: auto;
}
td.left p, td.right p {
text-indent:0;
margin: 0.2em 0;
}
td p.note {
text-indent: 4%;
margin: 0.2em 0;
 font-size: 0.75em;
}
table  {
width:100%;
margin: 1.5% 0; 
padding-top: .15in; 
padding-bottom: .15in; 
border-left: 2px solid #808080; 
border-right: 2px solid #808080; 
border-collapse: collapse;
/*border-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;*/
}
tr:nth-child(odd) {
    background: #f0f0f0;
}
td {
width: 50%;  
vertical-align: top;
border: none; 
padding: .05em 0.15in; 
}
.full {
width: 100%;
padding: .12in 0.15in;
}
.left {
text-align: left;
}
.right {
text-align: right;
border-left: 2px solid #808080;
}
/*.note {*/
/*padding-top: 0.04in; */
/*padding-bottom: 0.04in; */
/*padding-left: 0.04in; */
/*padding-right: 0in*/
/*}*/

/*---------
paragraphs
----------*/
a  {
vertical-align: baseline;
}

h1 {
  margin: 2.5% 0 0 0;
  text-align: center;
  padding: 0;
  text-indent: 0;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: normal;
  font-family: "SabonNext_DP", serif;
}

h2 {
  margin: 2.5% 0 1.25% 0;
  text-align: center;
  font-size: 1.35em;
  letter-spacing: 0;
  text-indent: 0;
  /*font-weight: bold;*/
  font-family: "StoneSans_SC", sans-serif;
  padding: 0;
  font-variant: normal;
}

h5 {
  margin: 0;
  text-align: center;
  padding: 0;
  text-indent: 0;
  font-size: .9em;
  line-height: 1.2em;
  font-weight: normal;
  font-family: "StoneSans", sans-serif;
  /*font-family: "SabonNext_DP", serif;*/
  font-variant: normal;
}
.othertext {
color: #02077e;
}
.Commentary {
color: #02077e;
}
.Sub-commentary {
color: #0d6a0c;
}
.sectionend  {
color: #606060;
font-style: italic;
}
.blue  {
color: #004586;
}
.thai  {
font-family : kinnari;
  font-size: 1.1em;
}

/*------------
 formatting
------------*/

.smaller {
	font-size:smaller ;
}
.small {
	font-size:small ;
}
