.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

.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 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

h1, h2, h3, h4, h5 {
	font-family: 'Bebas Neue', cursive;
}

input[type=text], input[type=password], select {
  padding: 7px 10px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 7px 10px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
-webkit-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
-moz-box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
box-shadow: 0px 5px 10px 1px rgba(176,176,176,1);
}

input[type=submit]:hover {
  background-color: #3f9942;
  color: white;
  padding: 7px 10px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=reset] {
  background-color: #c20606;
  color: white;
  padding: 7px 10px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

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;
}