body {
  background-image: url('https://arcaimilano.eu/MONITOR/JPG/SfondoBlu.jpg');
}
table.tabelleTV {
  border: 0px ;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  table-layout:fixed;
}
table.tabelleTV td, table.tabelleTV th {
  border: 0px;
  padding: 3px 2px;
  text-align:right;
}
.testoscorre {
  color:white;
  font-family: "Times New Roman";
  font-size: 100px;
}

.grid-container_1 {
  display: grid;
  grid-template-columns: auto;
  padding: 10px;
}

.grid-container_2 {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
}

.grid-container_3 {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.grid-item {
  padding: 2px;
  font-size: 30px;
  text-align: center;
}

div#logo_orizzontale {
  width:300px;
  margin-right:auto;
  margin-left:auto;
}

div#video_orizzontale {
  width:1100px;
  margin-right:auto;
  margin-left:auto;
  margin-top: 10px;
}

div#orizzontale { width:300px; margin-right:auto; margin-left:auto; }

/* ! --------------CARUSEL */
.main-carousel{
  background: #525659;
  padding-top: 10px;
}
.carousel-cell{
  height: 950px;
  width: 700px;
  line-height: 950px;
  text-align: center;
  margin-right: 80px;
}
/* ! --------------CARUSEL MINI */
.main-carousel_mini{
  background: #525659;
  padding-top: 1px;
}
.carousel-cell_mini{
  height: 650px;
  width: 350px;
  line-height: 350px;
  text-align: center;
  margin-right: 10px;
}

/* ! --------------TABELLA WEB  */
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  height: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 18px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
