#headers {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  background-color: cornflowerblue;
  color: white;
}

#logo {
  margin-bottom: 10px;
  border-bottom: 2px solid darkgreen;
}

@font-face {
  font-family: "SecularOneRegular";
  src: url("fonts/SecularOneRegular.ttf");
}

body {
  font-family: "SecularOneRegular";
  font-weight: 100;
}

#titleP {
  padding-right: 0.2em;
  float: right;
}

#secTitleText {
  clear: both;
  width: fit-content;
  margin: auto;

}

#secTitleText p {
  /*	font-size: x-large;*/
  margin: 0px;
}

#mainTitleText {
  clear: both;
  width: fit-content;
  margin: auto;
  font-size: xx-large;
}

#mainTitleText p {

  margin: 0px;
}

#pdfLeftCol {
  /*	padding-top: 2em;*/
  padding-left: 2em;
  direction: ltr;
  clear: both;
  font-size: small;
}

#instructions {
  clear: both;
}

#textStyle {
  float: right;
  width: 150px;
}

#pdfLeftCol .MathJax {
  display: inline !important;
  text-align: center;
  margin: 1em 0;
}


#resultsDiv {
  margin: 3em;
  clear: both;
  text-align: left;
  direction: ltr;
  overflow-wrap: break-word;
  font-size: small;
}

#resultsDiv .MathJax {
  display: inline !important;
  text-align: center;
  margin: 1em 0;
}
