/* CSS Document */
/* cruciverba */
#cruciverba {
  text-align: center;
  border: 1px solid white;
  margin: 0.1em;
}
#cruciverba p:first-child {
  text-align: center;
  padding: 0.2em 0em;
  margin: 0 auto;  
}
#cruciverba>div {
  display: inline-block;
  width: 88%;
  margin: auto;
  vertical-align: middle;
}
#cruciverba a {
  display: inline-block;
  width: 5%;
  vertical-align: middle;
  text-decoration: none;
}
p.lettera {
  display: inline-block;
  border: 1px solid darkblue;
  width: 1.2em;
  color: darkblue;
  margin: 0.1em 0.05em;
  padding: auto 0em;
  text-align: center;
  font-weight: bold; 
}
p.bottone { cursor: pointer; }
p.bottone:hover {
  background-color: white; 
  color:darkblue; 
}
#soluz { display: none; }
