 
table.myFont {
    border-spacing: 0 1em;
    font-size:1.3em;
    width:100%;
    min-width:400px;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
   
}

table.myFont td {
    padding-bottom:12px;
    border-bottom:1px solid #999;
   
}
              
.css-input {
    width:160px;
    padding: 2px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 0px;
    font-size:20px;
                  
              }
.dropMenu{
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 0px;
    font-size:20px;
}


.css-input:focus {outline:none;}
              
.qBox {
    padding-left: 5px;
    font-size: 17px;
    font-weight: bold;
    color:green;
}
              

.css-input:focus {outline:none;}
              
              
span.roundNum {
    display: block;
    float: left;
    color: white;
    text-align: center;
    background: cornflowerblue;
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em;
    padding: 0;
    margin: -0.2em .5em 0 0;
    line-height: 1.5em;
    font-weight: bold;
}
              

button,input[type="button"], input[type="submit"] {
                  width:100px;
                  background-color:darkgray;
                  color:#ffffff;
                  border:1px solid #333;
                  height:20px;
                  line-height:18px;
                  font-size:15px;
                  outline:none;
                  margin-bottom:3px;
                  cursor:pointer;
                  
              } 
button:hover,input[type="button"]:hover{background-color:cornflowerblue;}




/* -------------------- SCRAMBLED SENTENCES ----------------------------*/


#box { 
     height:100%;
     max-width:950px;
     margin-left:auto;
     margin-right:auto;
    
}

.buttonDiv{
	width:100px; 
	float:left;
	text-align:center;
	border-bottom:1px solid grey;
	display: flex;
    align-items: top;
	padding-bottom:20px;
}

.scramCheck {
            margin-top:26px;
            font-size:25px;
            height:45px;
}

.containerDiv{
	min-height:100px;
	border-bottom:1px solid grey;
	margin-bottom: -1px;
	display:block;
	width:815px;
	float:left;
	padding-bottom:20px;

}

.checkSpan{
	border:1px solid green;
	display:inline-block;	
	float:right;
}

.lastDiv {border-bottom:none; }


.sortable { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
	margin-top:20px;
    background-color: #ccc;
	display:block;
}

.sortable li { 
	margin: 5px 2px 5px 1px;
	padding: 0;
	float: left;
	min-width: 150px;
	height: 45px;
	font-size: 2em;
	text-align: center; 
}