/* Comuni */
	body {
		text-align : center;
		margin : 0px;
	}
	button {
		font-size : 16px;
		height : 60px;
		width : 100%;
		border-radius : 3em;
		border-width : 1px;
		background: linear-gradient(0deg, rgba(200, 200, 200, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
	#tTableBordoSuperiore {
		width : 100%;
		height : 30px;
		color : white;
		background: linear-gradient(0deg, rgba(120, 120, 120, 1) 0%, rgba(255, 255, 255, 1) 250%);
	}
		#tTdSinistra {
			text-align : left;
		}
		#tTdDestra {
			text-align : right;
		}
	#tDivContenutoBody {
		margin : 10px;
	}

/* index.html */
	#tDivTestoAppDescrizione {
		border-style : solid;
		border-width : 1px;
		font-size : 14px;
		font-style : italic;
	}
	#tButtonInviaMessaggio {
		font-weight : bold;
		height : 80px;
	}
	#tButtonInstallazione, #tButtonAnnullaInstallazione {
		position : absolute;
		width : max-content;
		top : 90%;
		left : 10%;
		font-size : 180%;
		font-weight : bold;
		background-color : #a08266;
		border-collapse : collapse;
		border-radius : 30px;
		border-style : solid;
		box-shadow : 0 0 0 1px #666;
		display : none;
	}
	#tImgInstallaIos {
		position : absolute;
		top : 10%;
		left : 5%;
		width : 90%;
		display : none;
	}

/* parametri.html */
	#tTableMappaCodice {
		width : 100%;
		font-size : 18px;
	}
		.tTdTesto {
			width : 15%;
		}
		.tTdInput {
			width : 90%;
		}
			.tInputMappaCodice {
				width : 95%;
				height : 50px;
				border-style : solid;
				border-width : 3px;
				border-color : coral;
				font-size : 18px;
				text-align : center;
			}
	#tDivRisultatoVerifica {
		font-size : 18px;
		margin-top : 5px;
	}
	#tButtonCancellaParametri, #tButtonEsci {
		width : 45%;
	}
	#tSpazio {
		width : 3%;
	}

/* invia.html */
	#tInputMessaggioDaInviare {
		width : 95%;
		height : 60px;
		font-size : 18px;
		border-style : solid;
		border-width : 3px;
		border-color : coral;
	}
	#tImgFoto {
		width : 80%;
		margin : auto;
	}
	#tButtonAnnulla, #tButtonInvia {
		width : 45%;
		margin-top : 5px;
	}
	#tSpanSpazio {
		width : 5%;
	}

/* foto.html */
	#tVideoStream {
		width : 100%;
	}
	#vTabledVideoStream {
		visible : none;
	}
		#tTdVideoStream {
			height : 100%;
			width : 100%;
		}
	#tAvvisoErrore, #tAvvisoFreccia {
		display : none;
	}
	#tButtonEsci, #tButtonScattaFoto {
		width : 45%;
		margin-top: 5px;
	}
	#tSpazio {
		width : 5%;
	}
	.tButtonCamera {
		width : 24%;
		margin-top: 5px;
		display : none;
	}
