/* news/events section print styles for Koch Institute site  */



/* Overview page */

#divbrochure {
  display: none;
}



/* Symposium page */

#divtext div.symposiuminfo {
  position: relative;
  z-index: 1;
  margin-top: 44px;
}

/* symposium theme image */
#divtext div.symposiuminfo p.themeimage {
  float: right;
  margin: 0px 0px 6px 24px;
}
#divtext div.symposiuminfo p.themeimage img {
  border: 1px solid #f36f21;
}

/* symposium info */
#divtext div.symposiuminfo h2 {
  font-size: 0.63em;
  font-weight: normal;
  margin-bottom: 0px;
}
#divtext div.symposiuminfo p.speakers {
  font-size: 0.70em;
}
#divtext div.symposiuminfo p.speakers strong {
  font-weight: normal;
  color: #000000;
}

/* past symposia */
#divtext div.symposiuminfo div.pastsymposia {
  position: static;
  clear: both;
  width: auto;
}
#divtext div.symposiuminfo div.pastsymposia h2,
#divtext div.symposiuminfo div.pastsymposia p {
  font-size: 0.70em;
}
#divtext div.symposiuminfo div.pastsymposia p {
  font-weight: normal;
}
