html { font-size: 220%; }

body {
  width:             100%;
  font-size:         1.2rem;
  -webkit-text-size-adjust: none;
}

div {
  clear:             both  !important;
  display:           block !important;
  width:             100%  !important;
  float:             none  !important;
  margin:            0     !important;
  padding:           0     !important;
}


h4 img,
#header,
#sidebar #sidebar_header,
#sidebar #sidebar_header_shadow,
#sidebar #login_wrap,
#sidebar #campus_login_wrap,
#sidebar #social_links,
#main #submenu,
#main #content #query_form,
#tags-map, #footer, #sticker,
#tag-cloud, .tmp-hidden {
  display:           none !important;
}

#workspace {
  width:             100%;
  background-image:  none;
  min-height:        0;
}

#sidebar {
  min-height:        0;
}

div#navigation-button {
  display: block;
  align: center;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.2rem;
}

div#navigation,
div#navigation-button {
  background-color: #1B1B1B;
}

div#navigation-button a,
#navigation a {
  display: block;
  padding: 0.3em;
 }

div#navigation-button a {
  text-align: center;
}

#navigation > ul > li {
  background-image: none;
}

#content > p, #content > table,
#content > ul, #content > ol,
#links > ul,
#content > .series-items p,
#content > h2, #content > h3, #content > h4 {
  width:             100%;
}

#style-mode-switch {
  display:           block;
  text-align:        center;
  background-color:  black;
}

div.tags {
  height:            2em;
}

.series-items p {
  height: auto;
}