.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.centerbutton{
	margin:20px auto;
}

.myselect{
	width:100%;
}

.myrow{
	margin:20px 0px;
}

.minwidth{
	min-width:150px;
}

.mezzonascosto{
	opacity:0.5;
}

.altezzafissa{
	min-height:30px;
}

h4{
	line-height:60px;
}


#imgdomanda{
	padding:15px;
	margin:0px;
	width:150px;
	height:150px;
}


@media only screen and (max-width: 600px) {
.img-fluid{
	max-height:50px;
	margin-bottom:20px;
}


}

@media only screen and (min-width: 601px) {
.img-fluid{
	max-height:150px;
	margin-bottom:40px;
}

}

.completamento{
	display:inline-block;
	margin:0px 10px;
	font-size:1.75rem;
}

.esempio{
	border:1px solid black;
	border-radius:20px;
	margin-bottom:10px;
	margin-top:20px;
	max-height:300px;
}

#completamento_down{
	margin-top:1em;
}


#spazio_scrittura{
	height:48px;
	text-align:center;
	font-size:1.5rem;
	border:0px solid black;
	border-bottom:1px solid black;
}

.maiuscolo{
	text-transform:uppercase;
}

h1{
	line-height:2em;
}

.rispostaImg{
	border:4px solid grey;
	border-radius:10px;
	cursor:pointer;
	margin-bottom:20px;
}

#up{
	margin-bottom:1em;
display: flex;
    width: 100%;
    justify-content: center;
	text-align:center;
	align-items:center;
}


.risposta{
	border:4px solid grey;
	border-radius:10px;
	cursor:pointer;
	text-align:center;
	font-size:24px;
	min-width:150px;
	line-height:80px;
	padding:10px;
	margin:10px 0px;
}



.corretto{
	border:4px solid green;
}

.errato{
	border:4px solid red;
}

.row{
	background-color:white;
}

#giocowrapper{
	min-height:50%;
}


input{
	border:0px solid black;
	border-bottom:1px solid black;
	max-width:200px;
}

#up{
		font-size:1.75rem;
}