
body {
background-image: url("images/book1.jpeg")
}


#quest {
    height: 145px;
    font-family: 'Fira Mono';    
    font-weight: normal;
    margin-top: 10px;
    padding: 2px 10px;
}



form {
    height: 44px;
	right:0px;
    position:relative;
    text-align: center;
    float:right;
    margin-block-end: 10px;
}

fieldset p {
	margin-block-start: 11px;
    margin-block-end: 11px;
}

fieldset {
    padding: 0 3px 6px 1px;
  	border-color: white;
  	border-radius: 15px;
  	border-width: 5px;
  	border-style: double;
}

legend {
 	color:white;
      font-weight: bold;
    text-align: left;
}

select {
 	font-size:14px; 
}

#myform input {
    width: 45px;
}


#topicbox{
  	position:relative;
    width : 430px;
    float: left;
    clear: both;
}

#topicbox h1 {
    height: 44px;
    margin: 0;
    padding: 0 10px;
}



#Instruction_Score {
	z-index:3;
}

.box{
background: #eee;
height: 65px;
width: 75px;
float: left;
margin: 10px 10px;
text-align: center;
padding-top: 20px;
font-size: 36pt;
cursor: pointer;
}

.box:empty {
	background-color:rgba(240, 240, 240, 0.3);
}

.nonbox{
background: #eee;
height: 65px;
width: 125px;
float: left;
margin: 10px 15px;
text-align: center;
padding-top: 20px;
font-size: 36pt;
cursor: pointer;
}





#feedback {
width: 380px;
height: 77px;
float: left;
text-align:center;
padding: 5px;
  border:5px double white;
  border-radius:15px;
  background-color: rgba(255,255,255,0.7);
  margin: 10px 0;
}


#score_col{
  column-count: 2;  
  column-fill: balance;
}

h4 {
	margin-block-start: 2px;
    margin-block-end: 3px;
}

#instructions{
	margin: 80px;
}

#separator {
clear: both;
border-top: solid 1px #ccc;
}


#number1, #number2, #answer, #line, #start, #remainder {
	display:block;
	float:left;
}

#number1 {
	border-left: solid 3px black;
	border-top: solid 3px black;
}

#answer{
	margin-left: 193px;
}

#u4{
	float:right;
}

#remainder{
	font-size: 36pt;
}

#line{
	width:100%;
}

hr{
	border: 2px solid #e0e0e0;
	margin:0px;
}


#embedcode, #embedcode a {
	color:lightgray;
	clear:right;
  	font-size: 9pt; 
}

p {
 	margin: 0 20px; 
}

#meaningbox h4{
    color: white;
    background-color: black;
    position: relative;
    float: left;
    width: 320px;
    margin: 5 0 25 0;
    padding: 4 0 0 30;
}

.options {
    width: 280px;
    height: 22px;
    float: left;
    text-align:center;
    padding: 0 5px 5px 5px;
    border:5px double white;
    border-radius:15px;
    /* background-color: rgba(255,255,255,0.5); */
    margin: 0px 0px 0 12px;
}

#optionsbox{
    margin-top: 5px;
    height: 35px;
    position: relative; 
    float:right;
    display:block;  
}

#optionsbox legend {
    text-align: left;
}

#genrebox {
    padding: 13px 0 16px 0;
}

#genrebox select {
    margin-left: 10px;
}

.options h3 {
    display: inline;
    padding: 0px 10px;
}


.spacer {
    user-select: text;
    display:inline;
}



