Template:Clannad:ScriptChart/main.css
/*
 */
table.clannadtable {
  text-align: center;
  border-spacing: 2px;
  empty-cells: hide;
  background: #EEE;
  border: 1px solid #AAA;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
table.clannadtable th {
  background: #bce;
  color: #457;
  padding: 0 5px 0 5px;
}
table.clannadtable td {
  background: #F9F9F9;
  border: 1px solid #AAA;
  padding: 0 5px 0 5px;
  vertical-align: middle;
}
table.clannadtable td:hover {
  background: #bbe;
}
table.clannadtable a:hover {
  text-decoration: none;
  color: #457;
  font-weight: bold;
}
/* */