#backToTop {
  font-size: 24px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}

h2 {
  margin-bottom: 0px;
}

ul, ol, p {
  margin-top: 0px;
}

a {
  color: #2e9f40;
}


.materials, .step {  
  display: flex;           /* or inline-flex */
  flex-direction: row;     /* row | column */
  justify-content: space-between; /* horizontal distribution */
  align-items: center;     /* vertical alignment of items */
  gap: 16px;               /* spacing between items */
  width: 80%;
  margin-left: 10%;
  font-size: 18pt;
  min-width: 460px;
}

.steps li{
  font-size: 16pt;
  margin-bottom: 8px;
}


hr {
  margin: 24px 0;
}



#assignmentDiv {
  margin: 48px auto 180px;
  text-align: right;
  /* width: 600px; */
}

#assignmentDiv p {
  text-align: left;
}

.qDiv {
  margin: 36px 18px 18px;
  padding: 12px;  
  background-color: beige;
}


.responseUnit {
  display: inline-block;
  width: 32px;
  text-align: left;
  margin-left: 5px;
}
.subtext {
  font-size: 10pt;
  font-style: italic;
}

.input {  
  text-align: right;
}
.long {
  width: 250px;  
}
.short {
  width: 50px;
}

.radio {  
  margin-top: 24px;
}
.radio label {
  display: block;
  text-align: left;
  margin: 18px 0;
}
.radio label span{  
  margin: -1.2em 0 0 1.6em;
  display: block;
}
.radio label input{  
  display: block;
}

#assignmentSubmit {
  background-color: var(--highlightCol);
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2px 0;  
}
#assignmentSubmit button {
  margin: 0 4px; 
}