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{
  vertical-align: super;
  line-height:0;
  font-size:80%
}


/* images */

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

div.image img{
  width: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:#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
}