/* Experience table page: builds on the landing theme tokens defined in home.css, and the listing and
   table styles shared with the library and directory pages in directory.css */

/* The level identifies each row, so it stays to the left; the experience amounts are numbers, which
   read better right-aligned */
.experience-table thead th:nth-child(2),
.experience-table thead th:nth-child(3),
.experience-table tbody td:nth-child(2),
.experience-table tbody td:nth-child(3) {
  text-align: right;
}
