/* ////////// PAGINA GIOCO TRIS //////// */
#oraData {
    height: 35px;
}
#gioco {
  margin-bottom: 10px;
}
#gioco a:link, #gioco a:visited {
  color: #333333;
  font-family: Verdana;
  font-size: 12px;
}
#gioco a:hover {
  color: #999999;
}
.titolo h2 {
    background-color: #EFEFEF;
    color: #CC4401;
}
.titolo h5 {
  background-color: #FA9300;
  color:#FFFFFF;
  padding-bottom:2px;
  padding-left:10px;
  text-align:left;
}
h5 {
  margin-top: 15px;
  font-family: Georgia;
  color: #99FF33;
  text-align: left;
}
#istruzioni {
  text-align: justify;
  border-top: 1px dotted #DDDDDD;
  margin: 0px 7px;
  padding: 0px 7px;
}
#istruzioni h4 {
  color: #759B00;
  font-family: Georgia;
  margin: 10px 0px;
  text-align: center;
}
#istruzioni p {
  font-family: Verdana;
  font-size: 11px;
  line-height: 14px;
}
.testoIstr {
  margin-top: 5px;
  text-align: justify;
}
#tabTris {
  border-style: solid;
  border-width: 25px;
  border-color: #CC4401;
}
#tabTris td {
  background-color: #FFFFFF;
  border: 1px;
  border-color: #B03C00;
  width: 55px;
  height: 55px;
}
#risultato {
  font-family: Verdana;
  font-size: 14px;
  color: black;
  text-align: center;
  margin: 0px 0px 5px 0px;
}
#livelli {
  margin: 0px auto;
  width: 230px;
  text-align: left;
  font-size: 10px;
  font-family: Verdana;
  background-color: #D6EB99;
  border-style: solid;
  border-width: 5px;
  border-color: #FA9300;
  padding: 10px;
}
