@media screen and (max-width: 660px) {
	#insert, #insert:focus{
		border: 1px solid #f0f0f0;
		
	}
	.drop-shadow {
    box-shadow: none;
    background: transparent;
	}
	
	#conj-button{
    background: #66a3ff;
    color: #fff;
	}
	
	#conj-button:focus {
	background: darkgrey;
	color: #fff;
	
	
	}
	
	}
	/***************** 660 *********************/
