body {
/*	padding-top: 1rem; */
	margin-bottom: 60px;
    font-size: 0.8rem;
/*	background: #eee;*/
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
}
.starter-template {
	padding: 3rem 1.5rem;/*  text-align: center;*/
}
.responsive-width {
    font-size: 3vw;
}
@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}


html {
	position: relative;
	min-height: 100%;
}
h3 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-top: 50px;
}c
h3 i {
	color: #444;
}
tbody tr:nth-child(odd) {
/*    background-color: #ccc;*/
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Altezza del footer footer  */
	line-height: 60px; /* Centratura Verticale del testo */
	background-color: #e0e0e0;
}
#return-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
*/
/* TABELLE no more table */
@media only screen and (max-width: 1200px) {
/* Force table to not be like tables anymore */
#no-more-tables table {
	padding-left: 0;
	padding-right: 0;
}
#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
/*
Label the data
*/
#no-more-tables td:before {
	content: attr(data-title);
}
}
td.numeric {
	padding: 3px;
	border: solid 1px #ccc;
/*	font-size: 10px;*/
}
#status {
	padding: 10px;
/*	background: #88C4FF;
	color: #000;*/
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
/*	width: 90%;*/
}
.tessera td {
    text-align: center;
}
.table-bordered thead th {
/*    text-align: center;*/
    padding-bottom: 5px;
    padding-left: 3px;
/*    font-size: 14px; */
}
.ref_tipo {
    font-size: 0.7rem;
}
section.container {
    margin: 30px;
}
.lead {
    margin: 30px;
}
div.content h2 {
    text-align: center;
    margin: 20px;
}
main.container-fluid {
    margin: 20px 20px 100px 20px;
}
div#navbarNav {
    margin-right: 20px;
}
.tasty a {
    margin: 0 0 10px 0;
}