body {font-family:Arial,Helvetica,sans-serif; color:Black;}
.center {text-align:center;}

h1 {color:Green;}
h2 {color:Blue;}
h3.blue {color:blue;}
h3 {text-align:left;}
table, th, td  {vertical-align:text-top;}
th {background-color:LightSteelBlue; vertical-align:text-top;}
td {text-align:center; vertical-align:text-top;}
td.left {text-align:left; vertical-align:text-top;}
td.pos {color:Blue;}
td.neg {color:Red;}
td.grey {background-color:AliceBlue; vertical-align:middle;}
td.red {background-color:Red;color:white;font-size: 20px;}
td.white {background-color:White;}
td.whitel {background-color:White; font-size: 20px; text-align:center;; vertical-align:middle; }
td.small {font-size:66%; text-align:left;}
td.hide {visibility:hidden; display:none;}
td.yellow {background-color:Yellow;color:black;font-size: 20px;}
td.green {background-color:green; color:white;font-size: 20px;}
td.highlight {border:5px solid Red;}
td.spaced {display:inline-block; margin-left: 20px;}
p {font-family:Arial,Helvetica,sans-serif;}
ul {list-style-type:none; margin:0; padding:0;}
li {display:inline; float:left; background-color:LightSteelBlue;}
a {width:100px;}
a.menu {background-color:YellowGreen; color:White; text-decoration: none; padding:2 5 5 2;}
.table {background-image: url("1668-abstract-green-felt-background.jpg");}
.button {
  white-space: normal;
  background-color: LightSteelBlue;
  opacity: 0.6;
  border:2px solid Black;
  border-radius: 6px;
  color: Black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: 10px 10px 10px grey;
}
.button:hover {opacity: 1}
.button:active {
  background-color: LightSteelBlue;
  box-shadow: 5px 5px 5px grey;
  transform: translate(2px,2px);
}
.button1 {
  white-space: nowrap;
  background-color: LightSteelBlue;
  opacity: 0.6;
  border:2px solid Black;
  border-radius: 6px;
  color: Black;
  padding: 1px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: 10px 10px 10px grey;
}
.button1:hover {opacity: 1}
.button1:active {
  background-color: LightSteelBlue;
  box-shadow: 5px 5px 5px grey;
  transform: translate(2px,2px);
}
.button2 {
  white-space: nowrap;
  background-color: LightSteelBlue;
  opacity: 0.6;
  border:2px solid Black;
  border-radius: 6px;
  color: Black;
  padding: 1px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 1px 1px;
  cursor: pointer;
  box-shadow: 5px 5px 5px grey;
  width:50px
}
.button2:hover {opacity: 1}
.button2:active {
  background-color: LightSteelBlue;
  box-shadow: 5px 5px 5px grey;
  transform: translate(2px,2px);
}
#div_hand_off {
  display: none;
  width: 100%;
  <!--padding: 50px 0;
  text-align: center;
  <!--background-color: lightblue;
  margin-top: 20px;
}
#div_hand_on {
  display: block;
  width: 100%;
  <!--padding: 50px 0;
  text-align: center;
  <!--background-color: lightblue;
  margin-top: 20px;
  background: url("1668-abstract-green-felt-background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
#div_trick {
  display: block;
  width: 100%;
  <!--padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  <!--margin-top: 20px;
  background: url("1668-abstract-green-felt-background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
#tricks_won {
  display: block;
  width: 100%;
  <!--padding: 50px 0;
  text-align: center;
  <!--background-color: lightblue;
  <!--margin-top: 20px;
  background: url("suits/hearts.jpg") no-repeat ;
  background-size:8%;
  background-position: 20%,10%
}
*/
//echo '<input type="submit" name="unblind" value="Click to Show Hand" style="white-space: normal; border:2px solid Black; background-color:LightSteelBlue; border-radius: 6px;height:50px; width:100px;font-size: 16px;">';
