body {
	font-family: Arial, sans;
	font-size: 90%;
	margin: 0;

}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

#footer {
	background-color: #ddd;
	padding: 15px;
	margin-top: 15px;
	clear: both;
	width: 100%;
}

.games-tables {
	max-width: 100%;
}

.games-tables .games-group {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	width: fit-content;
	margin-bottom: 15px;
}

.games-tables .games-group-title {
	font-size: 3em;
	font-weight: 600;
	margin: 5px 0 10px;
}
.games-tables .games-group-title select {
	padding: 10px;
	float: right;
	font-size: 0.3em;
	margin-left: 20px;
}

.games-tables .games-table tr td {
	border-bottom: 10px solid #fff;
}
.games-tables .games-table tr.on-tv td {
	border-bottom: none;
}

.games-tables .games-table tr td.on-tv {
	background-color: #bfb;
	text-align: center;
}

.games-tables .games-table .logo{
	width: 40px;
}

.games-tables .games-table td .team-name,
.games-tables .games-table td.game-status {
	font-size: 1.2em;
}

.games-tables .games-table tr.on-tv td.game-status {
	background-color: #bfb;
}

.games-tables .games-table .away-name {
	text-align: right;
}

.games-tables .games-table td .record {
	font-size: 0.8em;
}

.games-tables .games-table .score {
	text-align: center;
	font-size: 1.4em;
	background-color: #ccc;
}
.games-tables .games-table .score.won {
	background-color: #dd4;
	font-weight: 600;
}

.games-tables .games-table .game-status {
	text-align: center;
}

.games-tables .games-table .week-header {
	background-color: #fff;
	color: #000;
	font-size: 1.6em;
	border-top: 5px dotted #000;
	padding: 20px 0 10px;
}

.games-tables .games-table .bye-week {
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
}

.standings-container-outer {
	max-width: 100%;
	width: 1024px;
	margin: 0 auto;
}

.standings-container {
	padding: 8px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.standings-container .conference {
	width: fit-content;
	min-width: 40%;
}
.standings-container .conference:first-child {
	border-right: 3px solid #fff;
}

.standings-container .conference .conference-title {
	font-size: 1.6em;
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
}

.standings-container .conference .division-title {
	font-size: 1.3em;
	font-weight: 600;
	padding: 10px 10px 0 10px;
}

.standings-container .conference .standings-table {
	font-size: 90%;
	width: 100%;
}

.standings-container .conference .standings-table .header th {
	font-weight: 400;
	text-align: left;
	font-size: 0.8em;
}

.standings-container .conference .standings-table .team-logo {
	width: 42px;
	padding: 2px;
}

.standings-container .conference .standings-table tr td {
	border-bottom: 1px solid #fff;
	background-color: #ddd;
	text-align: center;
}

.standings-container .conference .standings-table tr td.team-name {
	text-align: left;
}

@media screen and (min-width: 800px) {
	.standings-container .conference .standings-table {
		font-size: 100%;
	}
	.standings-container .conference .standings-table td {
		padding: 8px;
	}
	.standings-container .conference .standings-table .team-logo {
		width: 50px;
	}
}

#nav, #subnav {
	height: 40px;
	background-color: #555;
}

#nav {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

#nav a, #subnav a, #subnav span {
	display: inline-block;
	height: 40px;
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
}

#nav-spacer {
	height: 41px;
}

.clinch-messages {
	font-size: 70%;
	font-style: italic;
}
body > .clinch-messages {
	padding: 8px
}

span.clinch-abbr {
	display: inline-block;
	margin-left: 5px;
	font-size: 80%;
	font-style: italic;
}

.refresh-box {
	border: 1px solid #555;
	color: #555;
	margin: 0 0 0 auto;
	padding: 10px;
	border-radius: 5px;
	font-size: 0.8em;
	font-style: italic;
	width: fit-content;
	line-height: 1.3;
}

.refresh-box a {
	color: #55f;
	text-decoration: underline;
	font-style: normal;
	display: block;
	margin-top: 5px;
	text-align: right;
}

#header {
	background-color: #975;
	width: 100%;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
}
#header img {
	width: 60px;
	display: inline-block;
}
#header h1 {
	font-size: 40px;
	margin: 10px 15px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

#pp-container {
	max-width: 1024px;
	margin: 0 auto;
}

#playoff-picture {
	width: 100%;
	padding-top: 70%;
	position: relative;
	background-color: #ddd;
	/*background-image: url("pp-bg.jpg");*/
	background-size: cover;
	height: 0;
}

#playoff-picture .pp-team {
	width: 8%;
	position: absolute;
	display: block;
	border: 1px solid #000;
	padding: 0.5%;
}

#playoff-picture .pp-team .team-inner {
	display: block;
	padding: 2%;
	border-radius: 5px;
}

#playoff-picture .pp-team img {
	height: auto;
	width: 100%;
	display: block;
	/*display: inline;*/
}

#playoff-picture .pp-team .filler {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
#playoff-picture .pp-team .filler .note {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 8%;
}

#playoff-picture .pp-team .record-outer {
	width: 100%;
	/*display: inline-block;
	height: 100%;*/
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 0;
}
#playoff-picture .pp-team .record {
	text-align: center;
	margin: 0 auto;
	padding: 3px;
	font-size: 1em
}

@media screen and (max-width: 850px) {
	#playoff-picture .pp-team {
		font-size: 0.8em
	}
}
@media screen and (max-width: 700px) {
	#playoff-picture .pp-team {
		font-size: 0.6em
	}
}

#playoff-picture #AFC-2 {
	top: 2%;
	left: 5%;
}
#playoff-picture #AFC-7 {
	top: 15.5%;
	left: 5%;
}
#playoff-picture #AFC-3 {
	bottom: 50.2%;
	left: 5%;
}
#playoff-picture #AFC-6 {
	top: 50.2%;
	left: 5%;
}
#playoff-picture #AFC-4 {
	bottom: 15.5%;
	left: 5%;
}
#playoff-picture #AFC-5 {
	bottom: 2%;
	left: 5%;
}

#playoff-picture #AFC-1 {
	top: 19.5%;
	left: 20%;
}
#playoff-picture #AFC-8 {
	top: 33%;
	left: 20%;
}
#playoff-picture #AFC-9 {
	bottom: 19.5%;
	left: 20%;
}
#playoff-picture #AFC-10 {
	bottom: 33%;
	left: 20%;
}

#playoff-picture #AFC-11 {
	bottom: 50.2%;
	left: 35%;
}
#playoff-picture #AFC-12 {
	top: 50.2%;
	left: 35%;
}

#playoff-picture #NFC-2 {
	top: 2%;
	right: 5%;
}
#playoff-picture #NFC-7 {
	top: 15.5%;
	right: 5%;
}
#playoff-picture #NFC-3 {
	bottom: 50.2%;
	right: 5%;
}
#playoff-picture #NFC-6 {
	top: 50.2%;
	right: 5%;
}
#playoff-picture #NFC-4 {
	bottom: 15.5%;
	right: 5%;
}
#playoff-picture #NFC-5 {
	bottom: 2%;
	right: 5%;
}

#playoff-picture #NFC-1 {
	top: 19.5%;
	right: 20%;
}
#playoff-picture #NFC-8 {
	top: 33%;
	right: 20%;
}
#playoff-picture #NFC-9 {
	bottom: 19.5%;
	right: 20%;
}
#playoff-picture #NFC-10 {
	bottom: 33%;
	right: 20%;
}

#playoff-picture #NFC-11 {
	bottom: 50.2%;
	right: 35%;
}
#playoff-picture #NFC-12 {
	top: 50.2%;
	right: 35%;
}