@import "inner.css";

div.widget-wrapper:not(.on-team-page) .header-title { /* hiding this on the Standings page because it is repetitive (comes right after the "Standings" page title) */
}

.widget-wrapper.pga h1 {
	display: none;
}

.widget-wrapper.pga .header-title:after {
	font-size: 17px;
    font-weight: 700;
    text-align: left;
	content: "PGA STANDINGS";
}

.fit-table-container {
    margin-top: 42px;
}

.on-team-page .block-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

section[src*="cfl"] table.jamieSaw th.pinned, section[src*="cfl"] table.jamieSaw td.pinned {
    min-width: 180px;
}


.fit-table {
	margin-top: -1px !important;
}

.fit-table-shadow-holder + .fit-table-shadow-holder {
    margin-top: 60px;
}.shadow-left, .shadow-right {
    z-index: 11;
}

.fit-table tr td:first-child, .fit-table tr th:first-child {
    white-space: nowrap;
}

table tr td.club-logo-wrapper-medium {
    white-space: nowrap;
}

/*  STANDALONE  */

.solo th:nth-of-type(5), .standalone td:nth-of-type(5) {
    /*border-right: 1px solid #ccc;*/
}

.solo .standalone th:nth-of-type(1n+6),
  .solo .standalone td:nth-of-type(1n+6) {
    display: none;
  }

/*.solo .block-header::after {
    content: "Standings";
}*/

.solo .header-title {
    display: none;
}

.standalone table {
    /*border: 1px solid #ccc;*/
}

/*  END STANDALONE  */

.soccer table {
    border-top: 0px solid #e0e0e0;
}

.soccer .standing tr td.team-name {
    font-weight: normal;
    text-transform: none;
}

.soccer .standing tr td.goalsfa, .standing tr th.goalsfa {
    white-space: nowrap;
}

@media (max-width: 600px) {

.standalone th:nth-of-type(5), .standalone td:nth-of-type(5) {
    border-right: 1px solid #ccc;
}

  }

@media (max-width: 599px) {
 /* .standalone th:nth-of-type(1n+6),
  .standalone td:nth-of-type(1n+6) {
    display: table-cell;
  }

  .nhl-standings .standalone th:nth-child(2),
  .nhl-standings .standalone td:nth-child(2) {
    display: table-cell;
  }

  .nhl-standings .standalone th:nth-child(6),
  .nhl-standings .standalone td:nth-child(6) {
    display: table-cell;
  }*/
}