.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);
}

button{
background-color: #e8e8e8;
border: 1px solid #919191;
border-radius: 3px;
color: #4a4a4a;
padding: 2px 6px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
}

button:hover {
      background-color: #cfdde6;
  }

.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);
}

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

input[type=text], input[type=password], select, input[type=date] {
  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: 2px 6px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #3f9942;
  color: white;
  padding: 2px 6px;
  margin: 2px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

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

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

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

.tabellastyle tr:hover {
    box-shadow: inset 0 0 0 99999px rgba(252,247,189,0.4);;
}

.tabellastyle td{
	padding-top: 3px;
	padding-bottom: 3px;
}