
body {
background-image: url("images/scrabble like.jpg")
}


#quest {
    height: 145px;
    font-size: 1.6em;
    font-family: 'Fira Mono';
    font-weight: normal;
     
}




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

fieldset p {
	margin-block-start: 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;
}

select {
 	font-size:14px; 
    float:left;
}

#myform input {
    width: 45px;
    margin-right: -10px;
    float:right;
}

input.submit {
    margin-right: 10px;
}


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

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

#voiceplay, #maxonly {
    font-size: 12px;
    float: left;
    margin: 5 0;
    width: 270px;
    background: rgba(0,0,0,0.5);
    padding: 6;
    border-radius: 15px;
    text-align: left;
}


#maxonly {
    width: 210;
    padding: 5 13 13 0;
    float: right;
    margin: 0 0 7;
}

#maxonly p.switch {
    width:auto;
    
}




#question {

    font-family: 'Fira Mono';
    font-weight:normal;    
    white-space:pre;
    /* 
    background-color: rgba(255,255,255,0.5); 
    border: 5px double white;
    border-radius: 15px;
    */

}

#question, #title{
	width: 430px;
	float: left;
}



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

#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 30px 8px 20;
}

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

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


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

#scorezone {
    margin-bottom: 13px;
}





/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  color: white;
  float: right;
  margin-top: 9;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3a3;
  -webkit-transition: .4s;
  transition: .4s;
}


#maxonly .slider {
  background-color: #aaa;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

#maxonly input:checked + .slider {
  background-color: #2196F3;
}



input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

p.switch {
    width: auto;
    text-align: left;
    font-size:12px;
    float:left;
    clear:left;
}

label {
    margin-right: 5px;
    clear:right;
}


#voiceplay label {
    clear:none;
}


#voiceplay p.switch {
    clear:none;
    
    float: right;
}


div xmp {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    font-size: 1.3em;
    margin: 10px;
}

button {
    background: deepskyblue;
    border: solid 1px deepskyblue;
    border-radius: 15px;
    padding: 5 15;
    color: white;
    font-weight: 900;    
    font-size: 12px;
}


