html, body, p {
  padding-top: 10px;
  margin: 0 30px 0 30px;
  font: 14pt 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
}

.mail-fatture:link {
  color: #b10034;
  text-decoration: none;
}

.mail-fatture:hover {
  text-decoration: underline;
}

.info-img {
  display:none;
  position:fixed;
  top:20;
  right:15;
  border: 4px solid #b10034;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
}

table {
  border: 0;
  padding: 20px;
	background-color: #eee;
}

th {
  border-bottom: 1px solid #666;
  font-size: 16pt;
  font-weight: 700;
  text-align: left;
}

td {
  font-size: 16pt;
}

.primo {
  padding-top: 20px;
}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14pt;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.button-small {
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11pt;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-green {
  background-color: #4CAF50;
}

.btn-orange {
  background-image: linear-gradient(#DF0034, #B10034);
  border-bottom: 2px solid #000;
}

.btn-red {
  background-color: #B10034;
}

.btn-red:hover {
  background-color: #444;
  color: #FFF;
}

.btn-grey {
  background-color: #6e6e6e;
  color: #fff;
}

.btn-grey:hover {
  background-color: #8e8e8e;
  color: #000;
}

.btn-black {
  background-color: #555;
}

h1 {
  margin: 0;
  margin-bottom: 10px;
	font-size: 20pt;
  text-transform: uppercase;
  font-weight: 400;
}

h3 {
  margin: 0;
  margin-bottom: 20px;
	font-size: 18pt;
  font-weight: 400;
}

h4 {
  margin: 0;
  margin-bottom: 20px;
	font-size: 16pt;
  font-weight: 400;
}

a:link, a:hover, a:active, a:visited {
  color: #fff;
  text-decoration: none;
}

form {
  padding: 40px;
  background: #DDD;
  border: 4px solid #AAA;
  width: 30%;
  margin: 30px auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.5);
}

.sotto-form {
  font-size: 13pt;
  color: #555;
  text-align:justify;
}

input {
  font: 14pt 'Roboto', sans-serif;
  border: 2px solid #aaa;
  padding: 6px;
  display: block;
	margin-bottom: 10px;
  width: 96%;
}

input.uppercase {
  text-transform: uppercase;
}

button {
  font: 14pt 'Roboto', sans-serif;
  background-color: #b10034;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  border: none;
  margin-top: 10px;
	text-transform: uppercase;
}

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

footer {
	background-color: #cacaca;
	width: 100%;
	height: 40px;
	position: sticky;
	bottom: 0;
	left: 0;
  z-index: 9999;
}
