/* CSS Document */
/* catenadiparole */
#catenadiparole {
  text-align: center;
  border: 1px solid white;
  margin: 0.1em;
}
#catenadiparole input {
  text-align: center;
  width: 80%;
}
#sol0 { color: green; font-weight: bold; }
#msg { color: red; font-weight: bold; }

@media screen and (orientation:landscape) {
  #catenadiparole input {
    width: 50%;
  }

}