html, body {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../../../../images/backgrnd/spqr.jpg');background-attachment:fixed;background-position:center top;
  /*background: #ffffef;*/
  font-family: Arial, Helvetica, sans-serif;
}

#frame {
  width:1040px;
  padding-bottom: 16px;
  background-color: #ffffef;
  border: 4px solid red;
  border-radius: 10px;
}

h1, h2, h3, h4 {
  text-align: center;
}

.uLevel {
  color: darkgreen;
}

button {
  text-align: center;
  background: yellow;
  color: maroon;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid blue;
  border-radius: 10px;
  padding: 10px;
}

input {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.lmarg0 {
  width: 230px;
  color: #bf0000;
  font-size: 16px;
}

.lmarg1 {
  width: 230px;
  margin-left: 5px;
  color: #007f00;
}

.lmarg2 {
  width: 230px;
  margin-left: 5px;
  color: blue;
}

.lmarg3 {
  width: 230px;
  margin-left: 5px;
  color: #7f007f;
}

.llmarg0 {
  width: 234px;
  padding: 0px;
  background: #dfffff;
  border: 2px solid #dfffff;
  margin-bottom: 5px;
  color: #bf0000;
  font-size: 20px;
}

.llmarg1 {
  width: 234px;
  padding: 0px;
  background: #dfffff;
  border: 2px solid #dfffff;
  margin-left: 5px;
  color: #007f00;
  font-size: 20px;
}

.llmarg2 {
  width: 234px;
  padding: 0px;
  background: #dfffff;
  border: 2px solid #dfffff;
  margin-left: 5px;
  color: blue;
  font-size: 20px;
}

.llmarg3 {
  width: 234px;
  padding: 0px;
  background: #dfffff;
  border: 2px solid #dfffff;
  margin-left: 5px;
  color: #7f007f;
  font-size: 20px;
}

.wrapper {
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}

.latinsent {
  margin-top: 10px;
  padding: 20px;
  background: yellow;
  color: black;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid red;
  border-radius: 10px;
  text-align: center;
}

.userinput {
  margin-top: 10px;
  background: #dfffff;
  border: 2px solid blue;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.contLab {
  text-align: center;
}

.contInp {
  text-align: center;
}

.answer {
  height: 40px;
  margin-top: 10px;
  padding: 20px;
  background: #bfffbf;
  color: black;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid red;
  border-radius: 10px;
  text-align: center;
}

.results {
  margin-top: 10px;
  padding: 20px;
  background: blue;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #7f007f;
  border-radius: 10px;
  text-align: center;
}

.comment {
  margin-top: 10px;
  padding: 20px;
  background: #7f7f7f;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid black;
  border-radius: 10px;
  text-align: center;
}

.guide {
  padding: 10px;
  background: #ffdfff;
  color: black;
  font-size: 14px;
  font-weight: normal;
  border: 2px solid black;
  border-radius: 10px;
  text-align: left;
}

.center {
  margin: auto;
  text-align: center;
}

.left {
  width: 400px;
  margin: auto;
  font-weight: bold;
  text-align: left;
}

.normal {
  font-weight: normal;
}

.nork {
  color: black;
  font-weight: normal;
}

.norm {
  color: maroon;
  font-weight: normal;
}

.norbs {
  color: blue;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}

.scorey {
  color: yellow;
}

.scorec {
  color: cyan;
}

.scorep {
  color: plum;
}

.scoreg {
  color: lawngreen;
}

.scoreh {
  color: khaki;
}

.scoreo {
  color: orange;
}

.scorer {
  color: red;
}

.grid-containerV {
  display: grid;
  grid-template-columns: 20px 160px 20px 200px;
  column-gap: 5px;
  row-gap: 0px;
}

.grid-containerT {
  display: grid;
  grid-template-columns: 20px 160px 20px 200px;
  column-gap: 5px;
  row-gap: 8px;
}

.grid-vcentre {
  /* display:flex used within a display:grid allows the content of a cell to be vertically centred */
  display: flex;
  height: 100%;
  align-items: center;
}

.collapse1 {
  background-color: #bfafbf;
  color: black;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.active1, .collapse1:hover {
  background-color: #dfcfdf;
}

.collapse1:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
}

.content1 {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffdfff;
}

label, input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
}
