@media only screen and (min-width: 1200px) {
  body {
    cursor: pointer;
  }
}
/* @media only screen and (max-width: 320px) {
  body {
    transform: rotate(90deg);
  }
} */

.canvas-container { margin:0 auto }
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Clear Sans', 'Helvetica Neue', Arial, sans-serif;
}

.sfondo {
  background-color: #FFF;
  height: 100%;
  display: flex;
  justify-content: center;
}

.container{
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 400px;
}
.pannelloA {
  padding-top: 5px;
  width: 100%;
  height: 50px;
  text-align: center;
}


.spanTime {
  text-decoration: none;
  font-size: 30px;
  color: #DDD;
  font-family: Arial, sans-serif;
  font-weight: 600;
  background-color: black;
  padding: 2px 6px 2pX 6px;
  border-radius: 4px;
  display: inline-block;
  width: 80px
}

.lavagna {
  padding-top: 14px;
  margin-top: 6px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #FFF;
  font-size: 32px;
  font-weight: bold;
  height: 50px
}

.bottom {
  position: fixed;
  bottom: 0;
  /* background-color: #EEE; */
  width: 100%;
  height: 170px
}

.pannelloB {
  width: 100%;
  height: 50px;
  visibility: hidden;
}
.punteggio {
  width: 100%;
  padding-top: 8px;
  visibility: hidden;
}

table.tabPunt {
  border-collapse: collapse;
  display: inline;
}
table.tabPunt td {
  text-align: left;
  font-size: 14px;
  width: 150px;
  height: 18px;
  color: #555
}
table.tabPunt tr td:nth-child(2) {
  text-align: right;
  padding-left: 30px
}
.messaggio{
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  background-color: #FFF;
  visibility: hidden;
}

.logo{
  visibility: visible;
  position: absolute;
  top: 80px;
  /* width: 260px; */
  /* height: 200px; */
  text-align: center;
  color: #555;
  font-size: 16px
}
.spanEvi {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 90%;
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
.boxTesto {
  text-align:left;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  padding: 16px
}
table.bottoniA {
  border-collapse: collapse;
  width: 100%;
}
table.bottoniA td {
  width: 33%;
}

table.bottoniA tr td:nth-child(1) {
  text-align: left;
  padding-left: 10px
}

table.bottoniA tr td:nth-child(2) {
  text-align: center;
  padding-top: 4px
}

table.bottoniA tr td:nth-child(3) {
  text-align: right;
  padding-right: 10px
}

table.bottoniB {
  border-collapse: collapse;
  width: 100%;
}
table.bottoniB td {
  width: 33%;
}

table.bottoniB tr td:nth-child(1) {
  text-align: left;
  padding-left: 60px
}

table.bottoniB tr td:nth-child(2) {
  text-align: center;
  padding-top: 10px
}
table.bottoniB tr td:nth-child(3) {
  text-align: right;
  padding-right: 60px
}
.imgOpacita {
  opacity: 0.5;
  width: 38px;
  height: 38px;
}
.imgOpaReg {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.inputText {
  font-size: 16px;
  margin-top: 10px;
}
.bottInvia {
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: white;
    padding: 8px 8px;
    text-align: center;
    border: none;
    font-size: 16px;
    /* cursor: pointer; */
}
