body {
background: white;
}

table.games {
background: #FDFCF5;
font-family: verdana;
font-size: smaller;
border:solid;
}

tr{
border:solid;
}

th {
  background: #DDD;
}

.wishesinv tr.supporters {
display: table-row;
border: none;
font-style: italic;
}

.wishesvis tr.supporters {
display: table-row;
border:none;
font-style: italic;
}

a
{
text-decoration: none;
color: black;
}

a.button
{
  display:none;
}

a.button:hover
{
  background: grey;
}

td.warn {
color: #EE2211;
}

td.right {
text-align:right;
}

label.radio:hover {
background: #A26D40;
}

div.info {
background: #FDFCF5;
font-family: verdana;
font-size: smaller;
border:solid;
}

.noprint {
display: none;
}

.mainlink {
display: none;
}

tr.printonly {
display: block;
border-style: none;
border-bottom: solid;
}

td.printonly {
display: block;
}

div#promises {
float:none;
max-width: 20em;
}

div#myorganized {
float:none;
max-width: 25em;
}

div.smallbox {
display: none;
}