/* Weird hack to get crap pseudo-dot leaders —I don't know how to get it all to
   match across table columns. */
tr td.org-right:before {
    width: 0;
    float: left;
    color: silver;
    white-space: nowrap;
    content: "·······························";
}

div#text-my-links table {
    width: 100%;
}
