#content {
  max-width: 60em;
  margin: auto;
}
.title {
  text-align: center;
  margin-bottom: 0.2em;
}
.subtitle {
  text-align: center;
  font-size: medium;
  font-weight: bold;
  margin-top: 0;
}
.todo {
  font-family: monospace;
  color: red;
}
.done {
  font-family: monospace;
  color: green;
}
.priority {
  font-family: monospace;
  color: orange;
}
.tag {
  background-color: #eee;
  font-family: monospace;
  padding: 2px;
  font-size: 80%;
  font-weight: normal;
}
.timestamp {
  color: #bebebe;
}
.timestamp-kwd {
  color: #5f9ea0;
}
.org-right {
  margin-left: auto;
  margin-right: 0px;
  text-align: right;
}
.org-left {
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
}
.org-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.underline {
  text-decoration: underline;
}
#postamble p,
#preamble p {
  font-size: 90%;
  margin: 0.2em;
}
p.verse {
  margin-left: 3%;
}
pre {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #f2f2f2;
  padding: 8pt;
  font-family: monospace;
  overflow: auto;
  margin: 1.2em;
}
pre.src {
  position: relative;
  overflow: auto;
}
pre.src:before {
  display: none;
  position: absolute;
  top: -8px;
  right: 12px;
  padding: 3px;
  color: #555;
  background-color: #f2f2f299;
}
pre.src:hover:before {
  display: inline;
  margin-top: 14px;
}
/* Languages per Org manual */
pre.src-C:before {
  content: "C";
}
/* pre.src-C++ doesn't work in CSS */
pre.src-emacs-lisp:before {
  content: "Emacs Lisp";
}
pre.src-gnuplot:before {
  content: "gnuplot";
}
pre.src-latex:before {
  content: "LaTeX";
}
pre.src-matlab:before {
  content: "MATLAB";
}
pre.src-org:before {
  content: "Org mode";
}
pre.src-python:before {
  content: "Python";
}
pre.src-sh:before {
  content: "Shell";
}
pre.src-sql:before {
  content: "SQL";
}
pre.src-sqlite:before {
  content: "SQLite";
}
/* Additional languages in org.el's org-babel-load-languages alist */
pre.src-makefile:before {
  content: "Makefile";
}
/* Additional language identifiers per "defun org-babel-execute" in ob-*.el */
pre.src-cpp:before {
  content: "C++";
}
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-tex:before {
  content: "TeX";
}
pre.src-plain-tex:before {
  content: "Plain TeX";
}
/* Add a generic configuration mode */
pre.src-conf:before {
  content: "Configuration File";
}

table {
  border-collapse: collapse;
}
caption.t-above {
  caption-side: top;
}
caption.t-bottom {
  caption-side: bottom;
}
td,
th {
  vertical-align: top;
}
th.org-right {
  text-align: center;
}
th.org-left {
  text-align: center;
}
th.org-center {
  text-align: center;
}
td.org-right {
  text-align: right;
}
td.org-left {
  text-align: left;
}
td.org-center {
  text-align: center;
}
dt {
  font-weight: bold;
}
.footpara {
  display: inline;
}
.footdef {
  margin-bottom: 1em;
}
.figure {
  padding: 1em;
}
.figure p {
  text-align: center;
}
.equation-container {
  display: table;
  text-align: center;
  width: 100%;
}
.equation {
  vertical-align: middle;
}
.equation-label {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.inlinetask {
  padding: 10px;
  border: 2px solid gray;
  margin: 10px;
  background: #ffffcc;
}
#org-div-home-and-up {
  text-align: right;
  font-size: 70%;
  white-space: nowrap;
}
textarea {
  overflow-x: auto;
}
.linenr {
  font-size: smaller;
}
.code-highlighted {
  background-color: #ffff00;
}
.org-info-js_info-navigation {
  border-style: none;
}
#org-info-js_console-label {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.org-info-js_search-highlight {
  background-color: #ffff00;
  color: #000000;
  font-weight: bold;
}
.org-svg {
}

/*Custom CSS*/
mjx-container[jax="CHTML"][display="true"] {
  display: inline !important;
  text-align: center;
  margin: 1em 0;
}
#content {
  max-width: 50em !important;
}
.figure p {
  text-align: left !important;
}
h3::before {
  content: "* ";
}
h4::before {
  content: "** ";
}
h5::before {
  content: "*** ";
}
h6::before {
  content: "**** ";
}
body {
  background-color: #e0e2e2;
}
/*
  @font-face {
	 font-family: "NewCM10";
	 src: url("fonts/NewCM10-Book.woff2") format("woff2");
	 font-weight: 400;
   }
*/

html,
body {
  /* font-family: "NewCM10", serif; */
  /* Fallback to serif in case the font fails to load */
  font-size: 18px;
}

/* Ensure all elements inherit the font */
* {
  /* font-family: inherit; */
  font-size: inherit;
}
