/* HTML Tags */
a {text-decoration:none; font-weight:400; color:#55f;}
/*
h1 {margin:15px auto 10px auto; padding:0; font-size:2.5rem; color:#2a7a9a; letter-spacing:-1px; line-height:1.2rem;}
h2 {margin:0 0 12px 0; padding:10px 0; color:#2a7a9a; font-size:1.6rem; font-weight:700; border-top: 1px solid #ddd; border-bottom:1px solid #ddd;}
h3 {font-size:1.4rem; font-weight:400; margin:0 0 10px 0;}
*/
body   {margin: 1rem 2rem 10rem 2rem;}
p      {font-size:1.6rem; margin:0 0 1rem 0; padding:0;}
pre    {font-size:1.6rem; margin:0 0 1rem 0; padding:0;}
ul     {font-size:1.6rem;}
table  {font-size:1.6rem;}
h1     {font-size:2.0rem;}
h2     {font-size:1.8rem;}
h3     {font-size:1.6rem;}
img {width: 100%; max-width: 100%; height: auto;}
figcaption {text-align: center; font-style: italic; font-size: 1.2rem; text-indent: 0;}


/*
.left {float:left; padding: 0, 10px, 0, 0;}
.right {float:right; padding: 10px, 0, 0, 0;}
*/
.SchematicR {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5rem;
  padding: 0.5rem;
}
.W20 {		/* Provide different widths for SchematicR */
  width: 20%;
}
.W50 {
  width: 50%;
}
