/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */ h1 ul { display: flex; justify-content: space-between; } h1 li { display: inline; } td.bold { font-weight: bold; }