blob: 0cce9a89fdf25aac56462e55faa5e902b30fa725 [file]
/* aligh columns */
tr > :nth-child(1) {text-align: right;}
tr > :nth-child(2) {text-align: center;}
tr > :nth-child(3) {text-align: left;}
/* font for table body */
tbody > tr > :nth-child(1) {font-family: monospace;}
tbody > tr > :nth-child(2) {font-family: monospace;}