
#quest {
	height: 130px;
}

form {
    top:28px;
	right:10px;
    position:absolute;
}

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

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

legend {
    color:white;
    font-weight: bold;
}


select {
 	font-size:16px; 
}



#topicbox{
  	position: relative;
    float: left;
    margin-top: 20;
    margin-left: -20;
}     

#question {

    border: 5px double white;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.3);
}


#question, #title{
	width: 320px;
  	background-color: rgba(0,0,0,0.1);
}


#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;
}


*/

.options {
    position:relative;  
    width: 320px;
    height: 57px;
    float: left;
    text-align:center;
    padding: 5px;
    border:5px double white;
    border-radius:15px;
    background-color: rgba(128,128,128,0.5);
    margin: 10px 26px 0 26px;
}

.options h1 {
    position: absolute;
    transform: translate(0%, -60%);
    top: 50%;
    left: 0%;
    text-align: center;
    width: 90%;   
        
    font-size:0.95em;
    
}

#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;
  	font-size: 8pt; 

}

#embedcode {
    float: left;
    clear:right;
    position: absolute;
    bottom: 10;
    left: 10;    
    
}


/*
p {
 	margin: 0 20px; 
}

*/



