/* print styles for MIT Future of Coal site  */


/* GENERAL */

body {
  background-image: none;
}

.offscreen {
  display: none;
}
#divtopanchor {
  display: none;
}

span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}
div.screenonly {
  display: none;
}
div.printonly {
  display: block;
}


/* BANNER */

#divbanner {
  position: relative;
  height: 256px;
  z-index: 5;
  margin-bottom: 51px;
  background-image: none;
}

#divsitetitle {
  left: 0px;
  top: 42px;
}
#divsubtitle {
  left: 6px;
  top: 274px;
}
#divmitlong {
  left: 397px;
  top: 155px;
}


/* PRIMARY NAVIGATION */

#divprimarynav {
  display: none;
}



/* TEXT */

#divtext {
  padding: 24px 0px 40px 0px;
  width: 583px;
}

/* FOOTER */

#divfooter {
  position: relative;
  width: 100%;
  z-index: 5;
  border: none;
  padding: 20px 0px 0px 78px;
}
#divbacktotop {
  display: none;
}
#divmit {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
