input[type=text] {
    width: 70%;
    padding: 1% 2%;
    margin: 0.2% 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size:150%;
}


button[type=submit] {
    width: 10%;
    background-color: #CCCCCC;
    color: black;
    padding:1% 2%;
    margin:0.2% 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:150%;
	font-weight: bold;
}

button[type=submit]:hover {
    background-color: #404040;
	color: white;
	font-weight: bold;
}

#boxanswers {
    	border-radius: 4px;
	text-align:left;
	padding:0% 2% 0% 2%;
}

#answers {
        overflow-y:auto; 
        max-height:100px;
	border: 1px solid #ccc;
        border-radius: 4px;
	text-align:left;
	padding:0% 2% 0% 2%;
	background-color: #cce6ff;
}


.clickans {
        overflow-y:auto; 
        max-height:100px;
	border: 1px solid #ccc;
        border-radius: 4px;
	text-align:left;
	padding:0% 2% 0% 2%;
	background-color: #cce6ff;
        cursor:pointer;
}


#singlesentence {
	border: 1px solid #ccc;
        border-radius: 4px;
	text-align:left;
        padding-bottom:1px;
        padding-top:1px;
        padding-left:0px;
        padding-right:0px;
	
	background-color: #cce6ff;
}

#space{
    height:6px;
}

#spacebr{
    height:10px;
}

#selectresult{
	
	padding-right:2%;
}

#boxcheckselect{
	padding-top:0.5%;
}


#zz{
        font-weight: bold;
	background-color: #1ABC9C;
}

#french{
        height: 30px;
	width: 30px;
        font-size: 16px;
       
}

#readmore{
    display:none;
    font-weight: bold;
}

#frenchKeys {
        padding-top:16px;
       }
       
@media screen and (max-width: 699px) {
	#spacebr{
	    height:8px;
	}

	#space{
	    height:2px;
	}

    #frenchKeys {
        padding-top:16px;
       }
    
    #french{
        height: 22px;
	width: 22px;
        font-size: 12px;
       
    }
    
    #selectresult{
        font-size: 12px;
    }
    
    button[type=submit] {
    width:20%;
    background-color: #CCCCCC;
    color: black;
    padding-top:auto;
    padding-right:auto;
    padding-left:auto;
    padding-bottom:auto;
    margin:0 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size:16px;
	font-weight: bold;
}

button[type=submit]:hover {
    background-color: #404040;
	color: white;
	font-weight: bold;
}
}

.clickableContent {
    cursor:pointer;
 }