.invio {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

.pulsante {
	background-color: #3277a8;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

.pulsante:hover {
	background-color: #4291c9;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

.pulsantegreen {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

.pulsantegreen:hover {
	background-color: #3f9942;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

.modifica {
	background-color: #e6c15e;
	border: none;
	color: white;
	padding: 0px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

.modifica:hover {
	background-color: #f0d07a;
	border: none;
	color: white;
	padding: 0px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

h1, h2, h3, h4, h5 {
	font-family: 'Bebas Neue', cursive;
}

input[type=submit] {
	background: #f4990c !important;
	background-image: -webkit-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -moz-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -ms-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -o-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: linear-gradient(to bottom, #f4990c, #f9b131) !important;
	font-family: Arial !important;
	color: #ffffff !important;
	font-size: 14px !important;
	padding: 5px 5px 5px 5px !important;
	text-decoration: none !important;
	border: none;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

input[type=submit]:hover {
	background: #f9b131 !important;
	background-image: -webkit-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: -moz-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: -ms-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: -o-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: linear-gradient(to bottom, #f9b131, #f4990c) !important;
	text-decoration: none !important;
}

input[type=button] {
	background: #f4990c !important;
	background-image: -webkit-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -moz-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -ms-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -o-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: linear-gradient(to bottom, #f4990c, #f9b131) !important;
	font-family: Arial !important;
	color: #ffffff !important;
	font-size: 14px !important;
	padding: 5px 5px 5px 5px !important;
	text-decoration: none !important;
	border: none;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

input[type=reset] {
	background-color: #c20606;
	color: white;
	padding: 7px 10px;
	margin: 2px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
}

input[type=reset]:hover {
	background-color: #910909;
	color: white;
	padding: 7px 10px;
	margin: 2px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.tabellastyle tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.radio-toolbar {
	margin: 10px;
}

.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 10px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
}

.radio-toolbar label:hover {
	background-color: #ddf4ff;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #d60000;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #ffbbbb;
    border-color: #cc4444;
}

