html{
  margin: 0;
  padding: 0;
}

body{
  background: white !important;
  margin: 0px; 
  padding: 0px;
  font-size: 17px;
}

#global-masthead{
  height: 0px;
  display:  none;
}

#header{
  height: 0px;
}

#main{
  background: white !important;
}

#main a{
  display: none;
}

#main a.hideable-content{
  display: block;
}

#main .hideable-content{
  display: block;
}

section#body{
  width: 100%;
}

section#side-body{
  width: 0px;
}

.cookiepolicyimplied,
#oupcookiepolicy_message,
#newsletter,
#footer,
#footer .owl,
#bottom-links, 
#main-menu, 
#top-links, 
#goto-maths,
#goto-reading,
#side-body,
.print-button,
#search{
  display: none !important;
}

div.alwaysbreak { page-break-before: always; }
div.nobreak:before { clear:both; }
div.nobreak{ page-break-inside: avoid; }
