/* ==========================================================
   FEDERATIONS – PAGE SPECIFIC
   ========================================================== */

/* Search input */
#federationSearchInput {
    width: 280px;
}

/* Column sizing */
#federationTable th:nth-child(1) { width: auto; }   /* name */
#federationTable th:nth-child(2) { width: 160px; }  /* short name */
#federationTable th:nth-child(3) { width: 140px; }  /* status */

#federationTable td:nth-child(2),
#federationTable td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
}