body {
  -webkit-print-color-adjust:exact;
}
html, body {
  color: #000;
  font-size: 95%;
  line-height: 1.618;
}
a {
  color: #000;
  font-style: normal;
  text-decoration: none;
}


header,
header ul,
nav,
#left-sidebar,
#sidebar-buttons-wrapper,
footer,
#pagination,
.bible-pagination,
#verse-notes-sidebar,
#verify-banner,
.button {
  display: none;
}

#tip-tip-holder {
  display: none !important;
}

ol#verse-notes-sidebar {
  display: block;
  float: none;
  left: 0;
  list-style-type: disc;
  margin: 1% 0% 1% 6%;
  right: 0;
  padding: 0;
  position: static;
  top: 0;
}
ol#verse-notes-sidebar li.note {
  list-style-type: disc;
  padding: 0;
}
ol#verse-notes-sidebar li a strong {
  white-space: normal !important;
}
ol#verse-notes-sidebar li a span {
  white-space: pre-wrap; 
}

/* Dashboard */
ul#dashboard-tabs {
  display: none;
}
#history-box {
  display: none;
}
section#home-query {
  display: none;
}


/* Cross References */

#reading sub {
  display: none;
}
#reading sup {
  font-size: 70%;
  line-height: 1;
  vertical-align: super;
}

/* Bible Heading */
h2 a {
  color: #000;
  font-size: 80%;
  text-decoration: none;
}


/* Sidebar related */

#sidebar-tabs,
.content-tab {
  display: none;
}
.tab-nav {
  display: none !important;
}

.content-tab.selected {
  display: block;
}
.content-tab > div {
  height: auto !important;
}
.content-tab > div em {
  font-style: normal;
}
.content-tab > div pre {
  font-family: serif;
  line-height: 1.618;
  white-space: pre-wrap;
}
.content-tab > div > h4 {
  font-size: 115%;
}
.content-tab > div p {
  margin: 0;
  padding: 0;
}
#tab-4 {
  display: none !important;
}
.sidebar-related-content {
  display: none;
}


/* Notes Title */

h3.hidden {
  border-top: 1px solid #eee;
  font-size: 115%;
  padding-top: 16px;
}


/* Journals Page */

.page-left hr {
  display: none;
}
.page-left ul {
  display: none;
}
.page-right form {
  display: none;
}
.page-right a.journal-edit {
  display: none;
}
.page-right pre.journal-text {
  font-family: serif;
  line-height: 1.618;
  white-space: pre-wrap;
}
.page-right h2 {
  margin: 0;
  padding: 0;
}
.page-right span.ebible-time {
  font-weight: normal;
  font-style: italic;
}
.page-right article.note,
.page-right article.highlight {
  border-bottom: 1px solid #eee;
  margin: 0 0 16px 0;
  padding: 0;
}


/* Search Results Page */

p#filter-label {
  display: none;
}
#bible-book-slider {
  display: none;
}
#filter-books {
  display: none;
}
#query-results h2 {
  font-size: 110%;
  margin: 0;
  padding: 0;
}
#query-results h3 {
  font-size: 80%;
  margin: 0;
  padding: 0;
}
#query-results h3 a {
  font-style: italic;
}
#query-results h4 {
  display: none;
}
#query-results p {
  border-bottom: 1px solid #eee;
  margin: 0 0 16px; 0;
  padding: 0 0 16px 0;
}


/* Reading Plans */

#reading pre#item-text {
  font-family: serif;
  line-height: 1.618;
  white-space: pre-wrap;
}
#mark-as-read-container {
  display: none;
}


/* Webkit */

span.underline {
  border-bottom: 1px solid #444;
}
span.highlight {
  background: #fefad1;
  color: #000;
  font-weight: normal;
}
span.highlight.red {
  background: #f7d1d1;
}
span.highlight.green {
  background: #d7fcb7;
}
span.highlight.blue {
  background: #dfebfd;
}
span.highlight.pink {
  background: #ffdef1;
}
span.highlight.purple {
  background: #f2e1ff;
}

/* Firefox */

@-moz-document url-prefix() {
  span.highlight {
    border-bottom: 1px solid;
    border-bottom-color: #fae81a;
    color: #000;
    font-weight: normal;
  }
  span.highlight.red {
    border-bottom-color: #e36868;
  }
  span.highlight.green {
    border-bottom-color: #9bf74a;
  }
  span.highlight.blue {
    border-bottom-color: #94bef7;
  }
  span.highlight.pink {
    border-bottom-color: #ff5bb8;
  }
  span.highlight.purple {
    border-bottom-color: #bd67ff;
  }
}
