
/* ---------- General Layout ---------- */

body {
  background: white;
  color: black;
  font-size: 14pt;
  line-height: 20pt;
}

input,
textarea,
select {
  background: none;
}

.sidebar-first #content-area,
.two-sidebars #content-area {
  width: 100%;
}

.region-content,
.region-content p,
.region-content li,
.region-content td {
  font-size: 14pt;
  line-height: 20pt;
}
* {
  border: none !important;
}
/* ---------- hide sections ---------- */

#header,
#highlighted,
#sidebar-first,
#sidebar-second,
#toolbar,
#footer,
#above-comments,
.navigation,
.tabs,
.add-or-remove-shortcuts,
.social.social-top,
.above-article-body.full,
.comments-title,
#comments .title,
#comments form,
.comment_forbidden,
.region-aside-last {
  display: none;
  visibility: hidden;
}

.content-section.section {
  border: none !important;
  padding: 0 !important;
}