
/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: 640px;
}
body.print-pdf {
  width: auto;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}
#triptych-wrapper {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
#triptych-first, #triptych-middle, #triptych-last {
  width: 250px;
}

/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment_forbidden {
  display: none;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.fa, .btn-social {
  display: none;
}

.header-image {
  display: none;
}

.print-logo {
  text-align: right;
}
/*
.print-footer {text-align: center;}



.header-image {
  display: none;
}

.fa {
  display: none;
}



.print-footer .row {

}

.print-footer #disclaimer {
  display: block;
}

.print-footer #final-row {
  display: block;
}

.print-footer #final-row #nav-footer {
  display: none;
}
*/