.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 */
}

.risposta{
	font-size:1.5rem;
	border:1px solid black;
	cursor:pointer;
	text-align:center;
	line-height:100px;
	margin:10px;
}


.centerbutton{
	margin:20px auto;
}

#risposta{
	margin:2em auto;
	text-align:center;
}
.myselect{
	width:100%;
}

.myrow{
	margin:20px 0px;
}

.minwidth{
	min-width:150px;
}

.mezzonascosto{
	opacity:0.5;
}

.altezzafissa{
	min-height:30px;
}

h4{
	line-height:60px;
}


#imgdomanda{
	margin:0px auto;
}


@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;
}

.domanda h3{
	line-height:140px;
}

#down{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */

}

.risposta{
	background-color:white;
	line-height:70px;
	margin:30px;
}

.risposta:hover{
	background-color:lightyellow;
}
}

.completamento{
	display: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;
}






.corretto{
	border:4px solid green;
}

.errato{
	border:4px solid red;
}

#up,
#intro,
#menu,
#pregame,
#riepilogo{
	background-color:white;
}
#giocowrapper{
	min-height:50%;
}

body{
	background-color:#17a2b8;
}

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

#up{
		font-size:1.75rem;
}