@import url(default.css);

body {
  height: 100%;
  font-size: 90%;
}
.hidden,
.screen,
#site,
#sub {
  display: none;
}
#page,
#main {
  position: relative;
  left: 0;
  width: 100%;
}
#content {
  overflow: auto;
}
footer {
  display: none;
}
.print {
  display: inherit;
}
abbr,
a {
  color: inherit;
  text-decoration: none;
  border: none;
}
pre {
  overflow: visible;
}
