html{
  background-color:white;
}
#DecorativePhoto{
display:none;
}
#Content {
  width:100%;
  padding:0px;
  background-color:white;
}
/* set up some reasonable defaults for links */
#Content a:link, #Content a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}
.InlinePhoto .GetPhoto, .Figure .FullFigureLink {
  display:none;
}
#Content .RoundCorners {
  margin: 6px;
}
#ArticlePDFDownload {
  display: none;
}
#LeftSidebar {
  display:none;
}

#SocialMedia {
  display:none;
}

#MenuBar {
  display:none;
}
#RightBackgroundPanel, #LeftBackgroundPanel {
  display:none;
}
#FooterMenu{
  display:none;
}
/*
 Front page specific rules
 */
form{
  display:none;
}
#mc_embed_signup {
  display:none;
}
table{
  display:block;
  /* TODO, setting the overflow triggers the page-break-inside. why? */
  overflow:auto;
  page-break-inside: avoid;
}

.InlinePhoto{
  overflow:auto;
  page-break-inside: avoid;
}
.FigureWrapper{
  overflow:auto;
  page-break-inside: avoid;
}
.webmap{
  overflow:auto;
  page-break-inside: avoid;
}
.sidebar{
  overflow:auto;
  page-break-inside: avoid;
}
