/* INIZIO CODICE */
body, input, select, textarea {
	color: #333333;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 10pt;
	line-height: 1.25;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #e0e0e0;
	overflow: hidden;
	margin:50px;
}

a {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #0D75BB;
	text-decoration: none !important;
	outline: none !important;
}
a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
	color: #333333;
}

.paragrafo {
	text-align:left;
	padding: 10px;	
}

.pulsante-converti {
	cursor: pointer;
	padding: 7px;
	background-color: #30a2ff;
	border-radius: 7px;
	color: #ffffff;
	border: none;
}
.pulsante-converti:hover {
	cursor: pointer;
	transition: all 0.5s;  
 	background-color: #168cec;

}

.pulsante-correggi {
	cursor: pointer;
	padding: 7px;
	background-color: #0f9400;
	border-radius: 7px;
	color: #ffffff;
	border: none;
}
.pulsante-correggi:hover {
	cursor: pointer;
	transition: all 0.5s;  
 	background-color: #0d6f02;

}

.pulsante-pulisci {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 7px;
	background-color: #c79300;
	border-radius: 7px;
	color: #ffffff;
	border: none;
}
.pulsante-pulisci:hover {
	cursor: pointer;
	transition: all 0.5s;  
 	background-color: #b18300;
}

/* Footer */
#footer {
	line-height: 30px;
	position: fixed;
	text-align: center;
	font-size: 15px;
	width: 100%;
	z-index: 50;
	bottom: 10px;
	height: 30px;	
	padding: 10px 15px 10px 5px;
}
