p.byline{
  font-style:italic
}

h1{
  font-weight:800
}

p.subtitle{
  font-size:x-large;
  font-weight:600;
  line-height:normal
}

p.author_bio{
  font-weight:400;
  font-size:normal;
  line-height:initial
}

p.copyright{
  font-weight:200;
  font-size:small;
  margin-bottom:20px;
  line-height:initial
}

p.abstract{
  border: 1px solid #000;
  border-radius:3px;
  padding:10px !important;
  background-color:#ccd1e0;
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px;
}

h2{
  font-weight:600;
  font-size:x-large
}

h2.app_title{
  font-weight:800
}

h3{
  font-size:large
}

ol li{
  list-style-position:outside;
  margin-left:30px
}

ul li{
  list-style-position:outside;
  margin-left:30px
}

span.enref{
  vertical-align: super;
  line-height:0;
  font-size:80%
}

span.fnref{
  vertical-align: super;
  line-height:0;
  font-size:80%
}


/* images */

div.Table_Figure{
  border: 1px solid #000;
  border-radius:3px;
  padding:10px 10px 10px 10px;
  background-color:#ccd1e0;
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px
}

#main img{
  max-width:800px
}

@media(min-width:504px){
#main img{
  max-width:300px
}
}

@media(min-width:604px){
#main img{
  max-width:400px
}
}

@media(min-width:1220px){
#main img{
  max-width:800px
}
}

table{
  margin-top:0px;
  margin-bottom:0px
}

p.headone{
  font-weight:600;
  margin-bottom:-5px;
  padding:0px 0px 0px 0px;
  text-transform:uppercase
}

p.headtwo{
  padding:0px 0px 0px 0px
}

td.header-cell{
  padding:5px;
  border:2px solid #000
}

td.subhead-cell{
  padding:5px;
  border:2px solid #000
}

td.general-cell{
  padding:5px;
  border:2px solid #000
}

td.general-cell p{
  font-size:small  
}

td.header-cell p{
  font-size:normal;
  font-weight:600
}

td.subhead-cell p{
  font-size:normal;
}

div.Table_Figure td.header-cell{
  padding:0px 0px 0px 0px;
  border:0px;
}

div.Table_Figure td.subhead-cell{
  padding:0px;
  border:0px
}

div.Table_Figure td.general-cell{
  padding:0px;
  border:1px
}

div.Table_Figure td.general-cell p{
  font-size:small  
}

div.Table_Figure td.header-cell p{
  font-size:normal;
  font-weight:600
}

div.Table_Figure td.subhead-cell p{
  font-size:normal;
}

/* sidebars */

div.sidebar{
  background-color:#f4f2f3;
  padding:10px;
  margin-top:10px
}

div.sidebar h1{
  font-size:x-large;
  line-height:1.4em
}

div.sidebar h2{
  font-size:large
}

div.sidebar p{
  font-size:smaller;
  line-height:1.5em
}

div.sidebar_tech_bits{
  background-color:#f4f2f3;
  padding:10px;
  margin-top:10px
}

div.sidebar_tech_bits .tech_bits_heading{
  font-size:medium;
  font-weight:800
}

div.sidebar_tech_bits h1{
  font-size:x-large;
  line-height:1.4em
}

div.sidebar_tech_bits h2{
  font-size:large
}

div.sidebar_tech_bits p{
  font-size:smaller;
  line-height:1.5em
}

div.sidebar_tech_bits .byline{
  text-align:right;
  line-height:0.2em
}

div.sidebar_tech_bits .tech_bits_url{
  text-align:right;
  line-height:0.2em;
  font-weight:800;
  font-size:large
}

p.epigraph{
  margin-left:40px;
  margin-right:40px;
  font-style:italic
}

p.epigraph_source{
  margin-left:40px;
  margin-right:40px;
  text-align:right;
  margin-bottom:20px
}

div._idFootnote{
   border: 1px solid #000;
  border-radius:3px;
  padding:10px 10px 10px 10px;
  background-color:#ccd1e0;
  display:inline-block;
  margin-top:5px;
  margin-bottom:5px
}

