.align-center-table td:nth-child(1),
.align-center-table th:nth-child(1),
.align-center-table td:nth-child(2),
.align-center-table th:nth-child(2) {
   text-align: center;
}

.align-center-table td:nth-child(3),
.align-center-table th:nth-child(3) {
   text-align: left;
}

/* Compact language switcher (see _templates/versions.html): short codes laid
   out in a 3-column grid so the box stays short and never hides nav sections. */
table.lang-switcher {
   margin: 0;
   border: none;
   width: auto;
}
table.lang-switcher tr,
table.lang-switcher td {
   border: none;
   background: none !important;
   padding: 2px 6px;
}
table.lang-switcher td a {
   text-transform: uppercase;
   display: block;
   text-align: center;
}

