body {
  font-family: "palatino linotype", times, serif;
  font-size: 10pt;
}

#sidePanel {
  display:none;
}

.contentArea {
  color: black;
  padding: 5pt;
}

#flag {
  font-size: 24pt;
  font-family: times, serif;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.1cm;
}

.contentArea h2 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: -12pt;
  padding: 0;
}

.contentArea a:link {
  color: black;
  text-decoration: underline;
}

.contentArea a:visited, acronym {
  color: black;
  text-decoration: none;
  border-bottom: dotted black 1pt;
}

#extras div {
 display: none;
}

.gamesummary {
  width: 100%;
  margin-top: 10pt;
}

.gamesummary td {
  vertical-align: text-top;
}

td.teaser {
  border-right: 1pt solid gray;
  padding-right: 5pt;
  width: 60%;
}

/* Tables within game rules have borders */
.gameContent td, .gameContent th {
   border: 1pt solid gray;
}

/* Spells within SpellCycles fit up next to the spell write-ups */
#spells table {
   margin-top: -10pt;
}

#comment, form table {
  display:none;
}

.noline {
  display:none;
}


#footerSiteIdentity {
   display: block;
}