body {
  margin: 0;
  font-size: 16px;
}
* {
  font-family: monospace, Courier;
}
a {
  color: inherit;
}
.course-inner-options {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: bold;
  max-width: 700px;
}
.header-container-10 {
  background-color: navy;
  color: white;
  padding: 10px;
  padding-bottom: 5px;
}
.under-header-10 {
  background-color: lightgray;
  color: black;
  padding: 10px;
}
.standout-container-10 {
  background-color: green;
  color: white;
  padding: 10px;
  margin: 0;
}
.body-container-10 {
  padding: 10px;
}
.body-container-20 {
  padding: 20px;
}
.body-rounded-gray-20 {
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  background-color: lightgray;
  min-width: 300px;
}
.body-column-10 {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  border: solid gray 1px;
  margin: 0;
}
.body-column-10a {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  border: solid gray 1px;
  margin: 0;
  text-align: left;
}
.lookat-container {
  display: inline-block; 
  width: 130px; 
  text-align: right;
}
.entry {
  width: 35px;
  background-color: rgb(237, 253, 163);
}
#entry-base {
  background-color:rgb(124, 242, 177)
}
#entry-bonus {
  width: 35px;
  background-color:rgb(124, 242, 177)
}
.button {
  border-radius: 5px;
  background-color:rgb(124, 242, 177);
  text-align: center;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.green-dot {
  height: 12px;
  width: 12px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
.yellow-dot {
  height: 12px;
  width: 12px;
  background-color: yellow;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.navy-plus {
  cursor: pointer;
  color: navy;
  border-radius: 50%;
  display: inline-block;
}
.renamer {
  font-size: small;
  font-weight: bold;
  cursor: pointer;
}
.deleting {
  color: red;
  font-weight: bold;
  font-size: small;
  text-decoration: underline;
  cursor: pointer;
}
.fakelink {
  color: blue;
  font-weight: bold;
  font-size: small;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
}
.option-check {
  display: inline-block;
  border: solid navy 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.scan-overlay {
  border: solid green 3px;
  z-index: 3;
}

/* STYLING FOR CREATE NEW COURSE */
.an-instep {
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 20px;
  border-top: solid navy 1px;
  border-left: solid navy 1px;

}
.simple-wide-headline {
  text-align: center;
  font-size: large;
  background-color: #161748;
  color: white;
  padding: 10px;
}
.simple-wide-byline {
  text-align: center;
}
.container-20 {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}
#create-class-text-area {
  display:inline-block;
  width: 300px;
  height: 100px;
  border: solid #161748 2px;
  background-color: mintcream;
}
#create-class-text-display {
  display: inline-block;
}
#title-container {
  display: none;
}
#submit-class-container {
  display: none;
}
#title-class-text-area {
  display: inline-block;
  width: 300px;
  height: 20px;
  border: solid #161748 2px;
  background-color: mintcream;
}
#unspecified-text-area {
  display: inline-block;
  width: 300px;
  height: 20px;
  border: solid #161748 2px;
  background-color: mintcream;
}
#new-student-name {
  display: inline-block;
  width: 300px;
  height: 20px;
  border: solid #161748 2px;
  background-color: mintcream;
}
.go-bg {
  padding: 5px;
  border-radius: 5px;
  color: white;
  background-color: orangered;
}
.brick {
  display: inline-block;
}
#green-names {
  display: inline;
  font-weight: bold;
  color: green;
  display: none;
}

/* STYLING FOR PROGRESS TABLE AND REPORT */
tr {
  break-inside: avoid;
}
td {
  border: solid black 1px;
  font-weight: bold;
  width: 60px;
 }
 .estimate {
  border: none;
  font-weight: bold;
  font-style: italic;
  background-color: #333;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
 }
 .hero {
  width: 100px;
  background-color: #555;
  color: white;
  border: none;
  font-style: italic;
 }
 .LastQuiz {
  background-color: #555;
  color: white;
  border: none;
  font-style: italic;
 }
 .personalReport {
  display: inline-block; 
  border: solid black 1px; 
  padding: 10px; 
  margin: 10px; 
  font-size: 12px;
  break-inside: avoid;
 }
 .pageBreaker {
  page-break-after: always;
 }


 /* LOCK ICON */
 .icon-lock {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 25px;
}

.icon-lock .lock-top-1 {
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 14%;
  background-color: #000;
  border-radius: 40%;
}

.icon-lock .lock-top-2 {
  width: 24%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -12%;
  top: 22%;
  background-color: #151517;
  border-radius: 25%;
}

.icon-lock .lock-body {
  width: 60%;
  height: 48%;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  bottom: 11%;
  background-color: #000;
  border-radius: 15%;
}

.icon-lock .lock-hole {
  width: 16%;
  height: 16%;
  position: absolute;
  left: 50%;
  margin-left: -8%;
  top: 51%;
  border-radius: 100%;
  background-color: #151517;
}

.icon-lock .lock-hole:after {
  content: "";
  width: 43%;
  height: 78%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 100%;
  background-color: inherit;
}


/* SEATING */
.aseat {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  border: solid black 1px;
  margin: 10px;
  padding-left: 5px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
}
.aseatwidth {
  width: 70px;
  display: inline-block;
  margin: 10px;
  text-align: center;
}