/**
 * wkPlyrsStandings.css
 *
 * CSS for 'Week Standings' 'Tabbed Navigation'
 */

/***********************************************************************
 * styling for the navigation tabs
 * - may want to move this to the common.css file
 **********************************************************************/

/*--------------------------------
 * 'Tabbed Navigation' 'Week Standings' tabs container
 *--------------------------------*/

div#idWkStandCont {
  margin-top: 3px;
}

/*--------------------------------
 * 'Tabbed Navigation' 'Standings' table
 *--------------------------------*/

div#idPlyrsWkStand th.sortable {
  cursor: pointer;
}

div#idPlyrsWkStand th {
  vertical-align: bottom;
  white-space: nowrap;
}

div#idPlyrsWkStand td {
  white-space: nowrap;
}

div#idPlyrsWkStand tr > th:not(:first-child),
div#idPlyrsWkStand tr > td:not(:first-child) {
  text-align: center;
}

/*--------------------------------
 * 'Tabbed Navigation' 'Pick Count' table
 *--------------------------------*/

#idPlysWkPickCnt tr > th:not(:first-child),
#idPlysWkPickCnt tr > td:not(:first-child) {
  text-align: center;
}
