/*
xs: <768px
sm: >=768px
md: >=992px
lg: >=1200px
 */
/*$darkModeBlue: #00d9d9;*/
.bodyText, comment-reply-title, .comment-form-cookies-consent label, .numberHeader, .bodyFont, #bottomAuthorText, .text-secondary, .comment, .shareButtonFooter, .table, figure table, tr:hover, a, a:hover, .dateText, .indexPageHeader, #searchButton, #darkModeButton, .biotext {
  color: white !important;
}

.circularIcon.inverse, .circularIcon:hover, .emailSubscribeButton,
.body-content, .articleTitle, .comment, .shareButtonFooter,
.donateButtonFooter, .articleJumbotron, #search-overlay {
  background-color: #262626 !important;
}

body, .fmSidebar, .nav-down {
  background-color: #1f1f1f !important;
}

.disclaimerRow, .disclaimerRow a, .authorBio, .authorBio a, .authorBio .authorText {
  color: black !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #f2f2f2 !important;
}

.btnDonate {
  background-color: #dd6a0d;
  color: white !important;
  font-weight: bold;
}

.btnDonate:hover {
  background-color: #166d7d;
}

/***** Table in Dark Mode ***********/
figure table tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.11);
}

/*# sourceMappingURL=darkmode.css.map */
