/* Style for Peppercorn.html by Eric Myers <myers@spy-hill.com> */

body {

    margin-left: 1em;   
    margin-right: 1em; 
}


.metric { display: none;} 



.right {   float: right; }
.left {   float: left;}
.center { text-align: center; }

.column {
  min-width: 319px;
  width: 47%;
  padding: 0px;
}

a.noline  {
  text-decoration: none;
  color: black;
}


blockquote.abstract {
    font-size: 95% ;
    margin-left: 6.5em;
    margin-right: 6.5em;
}
table.peppercorn  {
	border: 1px solid gray; 
	padding: 2px; 
	text-align: right;
        width: 95%;
        min-width: 319px;
	margin-left: auto;
	margin-right: auto;
}
table.peppercorn tr th {
	vertical-align: bottom;
	text-align: center;
}
table.peppercorn tr th {
	font-weight: normal;
	padding: 0.5em; 
	border: 0px;
	border-bottom: 1px solid gray;
}
table.peppercorn tr.upper th {
	font-weight: bold;
	border: 0px; 
	border-bottom: 0px;
	padding-bottom: -15px;
}
table.peppercorn tr.bottom  {
        vertical-align: bottom;
}


table.peppercorn tr.bottom th {
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: -15px;
}

table.peppercorn tr td {
	padding: 0.5em; 
	border: 0px;
	border-bottom: 1px solid gray;
}

table.peppercorn tr td a {
	text-decoration: none;
}

table.peppercorn tr td a:hover {
	text-decoration: underline;
}


table.peppercorn tr .rt {
	border-right: 1px solid gray;
}

table.peppercorn tr .rt img {
	display: inline;
}


table.peppercorn tr .ct {
	text-align: center;
}


table.peppercorn tr .lf {
	text-align: left;
}


/*EOF Peppercorn.css */
