@charset "utf-8";

/* Table Instruction for LF to match the width of Tabel */
#contents table th, #contents table td { padding: 0.3em;word-break : break-all; }

/* Table Instruction for Diagonal */
table td:empty {
  background-image: linear-gradient(to top left,
  transparent, transparent 49%,
     black 49%,
     black 51%,   /* Thickness of the line */
    transparent 51%, transparent);
}