p.byline{
  font-style:italic
}

p.byline_in-the-news{
  text-align:right;
  font-style:italic
}

p.section{
  font-size:x-large;
  font-weight:800;
  border-bottom: solid 1px #000
}

h1{
  font-weight:800
}

h1.dept{
  font-size:x-large;
  font-weight:800;
  border-bottom: solid 1px #000
}

@media(min-width:1060px){
  h1.fast_facts img{
  width:500px
  }
}

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

p.author_info{
  font-weight:200;
  font-size:small;
  line-height:initial
}

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

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

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

h2.internet-reviews{
  font-size:large;
  font-weight:400
}

h2.people-in-the-news{
  font-size:x-large;
  font-weight:600;
  border-top:solid 1px #000;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:20px;
  margin-bottom:0px
}

h2.fast-facts{
  font-size:large;
  font-weight:800
}

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

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

span.ref{
  font-weight:600
}

span.ref::before{
  content:"["
}

span.ref::after{
  content:"]"
}

/* images */

div.image{
  margin-top:10px;
  margin-bottom:10px;
  margin-right:10px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  padding-top:10px;
  padding-bottom:10px
}

div.image img{
  max-width:300px;
  max-height:200px
}

div.caption{
  margin-bottom:-10px;
}

div.caption p{
  font-size:small
}

/* 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:none;
  padding:10px;
  margin-top:10px;
  border:2px #000 dotted
}

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

div.sidebar_tech_bits h1{
  font-size:x-large;
  font-weight:400;
  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
}