/*!
Theme Name: 17Manifestos
Author: Guida Ribeiro and Max Kiepe
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: 17manifestos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/* CUSTOM */
body {
  background: white !important;
}
body .pdfViewer .page div.comment-respond {
  background: transparent;
  position: absolute;
  z-index: 100;
  width: 240px;
}
body .pdfViewer .page div.comment-respond h3.comment-reply-title {
  display: none;
}
body .pdfViewer .page div.comment-respond p.logged-in-as {
  display: none;
}
body .pdfViewer .page div.comment-respond textarea {
  background-color: white !important;
  resize: none;
  width: 96%;
  outline: none;
  z-index: 122;
  font-size: 12px;
  height: 80px;
  border: 1px solid #dedede;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#sidebarToggle{
  display: none;
}