
.mp-pyEdit {
  height:300px;border:1px solid black;
}

body {
  background-color: #FF5F05;
  background-image: url("bg.png");
  background-repeat: repeat-x;
}

footer {
  color: hsla(216, 60%, 92%, 1);
  font-size: 14px;
  background-color: #13294B;
  border-top: dotted 1px white;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
}

/*
h1, h2 {
  color: #333;
  font-weight: bold;
  font-family: 'Archivo', sans-serif;
}

.content {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
}
*/
main {
  font-size: 22px;
  color: white;
}

.code-output-block {
  border: dotted 1px #666;
  background-color: white;
  padding: 10px 20px;
}

h1, h2 {
  font-weight: bold;
  /* font-family: 'Source Sans 3', sans-serif; */

  font-family: 'Montserrat', monospace;  
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 30px;
  margin-top: 30px;
  color: white;
}

.content {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
}

.content a {
  color: #13294B;
}


.navbar {
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar-brand {
  font-family: 'Montserrat', monospace;  
  font-weight: bold;
  color: white !important;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 26px;
}

header {
  background-color: #13294B;
  box-shadow: 0px 5px 5px #13294B;
  /* border-bottom: solid 1px black; */
  z-index: 10000;
}

.nav-item a {
  color: white !important;
}

nav a {
  color: hsla(222, 100%, 95%, 1) !important;  
}



.explanationCard {
  text-align: left;
  background-color: white;
  border: dotted 1px #13294B;
  border-left: solid 10px #13294B;
  /* border-radius: 5px; */
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  padding-left: 10px;
  /* font-size: 80%; */


  /* box-shadow:hsla(216, 60%, 18%, 0.7) 0px 0px 10px 0px; */
}

.explanationCard > .correct {
  border-top: solid 1px #13294B;
  margin-top: 3px;
  padding-top: 3px;
}

.imp-answer-choice > p {
  margin: 0px;
}

.mp-numeric {
  width: 120px;
}

.mp-pyRun-result {
  border: solid 1px black;
  padding: 5px;
  background-color: white;
  overflow: auto;
  max-height: 400px;
}

.mp-pyRun-result table {
  max-height: 400px;
  font-size: 14px;
}

.mp-pyRun-result td, .mp-pyRun-result th {
  text-align: right;
  font-family: monospace;
  padding: 2px;
}


solution {
  background-color: #ffd;
  padding: 2px;
  font-weight: bold;
  border: solid 1px #ff8;
}

mjx-container {
  display: inline-grid;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.btn-white {
  border: solid 4px white;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
}