@charset "utf-8";

/* You're not the boss of me. */

@import url("allofthem.css");

body { background-color: #0000ff; background-image: none; color: #FFFF00; }

table.banner tr:nth-child(1) td { text-align: left;   }
table.banner tr:nth-child(2) td { text-align: center; }
table.banner tr:nth-child(3) td { text-align: right;  }
table.banner img { height: 5em; }

table.toc th                 { text-align: left; font-weight: normal; }
table.toc td                 { vertical-align: top; }
table.toc tr td:nth-child(1) { min-width:  8em; text-align: right; }
table.toc tr td:nth-child(2) { min-width: 16em; text-align: left; }

table.signature,
table.signature a:link,    a:link,
table.signature a:visited, a:visited { color: #FFFF33; }
table.signature a:hover,   a:hover   { color: #FF9900; }
table.signature a:active,  a:active  { color: #FF0000; }

@media (max-device-width: 766px) {
  body { font-size: 12px; width: auto }
  table.banner img { width: 24em; }
  table.toc tr td:nth-child(1) { min-width:  6em; }
  table.toc tr td:nth-child(2) { min-width: 12em; }
  table.signature img { margin: 0em 0.5em 0em 0em; }
}

/* No Condition Is Permanent. */