@charset "UTF-8";
/* CSS Document */

body, td {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

#content {
	margin: 10px 50px 0px 50px;
}

@media only screen and ( max-width: 1032px ) {
	#content {
		margin: 10px 10px 0px 10px;
	}
}

/**********************
 * images             *
 **********************/
img {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
	border-top: 1px solid #999999;
}

/**********************
 * links              *
 **********************/
a:link,
a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0000FF;
	text-decoration: underline;
}

/**********************
 * logo & search      *
 **********************/
#logo_bar {
	background-color: #000000;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

#logo_bar img {
	border: none;
}

#search_bar { 
	padding-bottom: 5px;
	position: absolute;
	right: 50px;
	top: 28px;
}

.search_field { 
	background: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 154px;
}

.site-ubag .search_field {
	border: 2px solid #bfffbf;
	color: #bfffbf;
}

.site-ubal .search_field {
	border: 2px solid #c0d1fd;
	color: #c0d1fd;
}

.site-ubas .search_field {
	border: 2px solid #ffbfbf;
	color: #ffbfbf;
}

.search_button {
	position: relative;
	top: 3px;
}

@media only screen and ( max-width: 1032px ) {
	#search_bar {
		position: initial;
	}

	.search_button {
		display: none;
	}
}

/**********************
 * menu               *
 **********************/

#menu_outer {
	margin: 0 50px;
}

#go_to_current_season {
	background-color: red;
	color: white;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#menu {
	font-size: 14px;
	margin: auto;
	text-align: center;
}

#menu_trigger a {
	display: block;
	padding: 5px 0;
}

#menu ul {
	margin: 5px 0;
}

#menu li {
	display: inline;
}

#menu li::after {
	color: #000000;
	content: " |";
}

#menu li:last-child::after,
#menu li.last_item::after {
	content: "";
}

.menu_note {
	clear: both;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

@media only screen and ( min-width: 1033px ) {
	#menu li a {
		background: white;
		color: #0000FF;
	}
}

@media only screen and ( max-width: 1032px ) {
	#menu_outer {
		margin: 0;
	}

	#menu ul {
		display: block;
		margin: 0;
	}

	#menu ul.inactive {
		display: none;
	}

	#menu li {
		display: block;
		float: left;
		width: 50%;
	}

	#menu li a {
		display: block;
		padding: 15px 0;
		width: 100%;
	}

	#menu li::after {
		content: "";
	}
}

/**********************
 * page_headline      *
 **********************/
#page_headline { 
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#team #page_headline {
	margin-bottom: 0;
}

.headline_image {
	border-bottom: 2px solid #000000;
	border-left: 1px solid #999999;
	border-right: 2px solid #000000;
	border-top: 1px solid #999999;
	border-radius: 5px;
	float: left;
}

#info_right_of_headline_image { 
	float: left;
	margin-left: 10px;
}

h1 {
	font-size: 54px;
	line-height: 38px;
	margin-left: -5px; /* the font has a weird space to overcome */
}

@media only screen and ( max-width: 1250px ) {
	h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 0;
	}
}

.smaller { font-size: 50%; }

#info_right_of_headline_image p { margin-top: 5px; }

.new_team {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

@media only screen and ( max-width: 1250px ) {
	.smaller { display: block; }

	#page_headline { text-align: center; }

	.headline_image { float: none; }

	#info_right_of_headline_image {
		float: none;
		margin: 0;
		text-align: center;
	}

	#info_right_of_headline_image p {
		text-align: left;
	}
}

/**********************
 * sections           *
 **********************/

.section_links { 
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}

.section_links.no-championship {
	margin-top: 10px;
}

.section_link {
	border: 1px solid #dddddd;
	float: left;
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	transition: all linear 0.15s;
}

.section_link a {
	transition: all linear 0.15s;
}

.section_link.inactive,
.section_link.inactive a {
	background-color: #ffffff;
	background-image: none;
	color: #4C4C4C;
}

.section_link.inactive:hover,
.section_link.inactive:hover a {
	background: #dddddd;
	color: #000000;
	text-decoration: none;
}

.section {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.section.inactive { display: none; }

.section_name {
	float: left;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.section_description {
	clear: both;
	float: left;
	margin: 5px 0 10px 0;
}

@media only screen and ( min-width: 1251px ) {
	.section_links.yes-championship {
		margin-top: -20px;
	}
}

/* mobile and tablet */
@media only screen and ( max-width: 1250px ) {
	#content .section_links .section_link {
		background-image: none;
		border: 0;
		margin: 5px 3px 0 0;
		padding: 0;
	}

	.section_link:not(:first-child) {
		margin: 0 0 0 3px;
	}

	.section_link:not(:last-child)::after {
		background-color: #FFFFFF;
		color: #000000;
		content: " /";
	}

	.section_link.active a {
		font-weight: bold;
	}

	.section_link.active a,
	.section_link.inactive a {
		background-color: #FFFFFF !important;
		color: #0000FF;
		font-size: 12px;
		text-transform: uppercase;
	}

	.section_name {
		font-size: 12px;
		font-weight: bold;
	}
}

/**********************
 * tabs               *
 **********************/
.tabs {
	clear: both;
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.tab_links:after {
	clear: both;
	content: '';
	display: block;
}

.tab_links li {
	float: left;
	list-style: none;
	margin: 0px 5px;
}

.tab_links li:first-child {
	margin: 0px 5px 0px 0px;
}

.tab_links a {
	border: 1px solid #dddddd;
	border-radius: 5px 5px 0px 0px;
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px;
	transition: all linear 0.15s;
}

.tab_links li.active a,
.tab_links li.avtive a:hover {
	border-bottom: 0px;
}

.tab_links li.inactive a {
	background: #ffffff;
	color: #4C4C4C;
}

.tab_links li.inactive a:hover {
	background: #dddddd;
	color: #000000;
	text-decoration: none;
}

.tab_content .tab {	display: none; }
.tab_content .tab.active { display: block }

@media only screen and ( max-width: 1250px ) {
	.tab_links {
		margin-bottom: 10px;
	}

	.tab_links a,
	.tab_links li.active a,
	.tab_links li.inactive a {
		border: 0;
		border-radius: 0;
		color: #0000FF;
		display: inline-block;
		font-size: 12px;
		padding: 0;
		transition: all 0s ease 0s;
	}

	.tab_links li,
	.tab_links li:first-child {
		margin: 3px 3px 0 0;
	}

	.tab_links li::after {
		content: " /";
	}

	.tab_links li:last-child::after {
		content: "";
	}

	.tab_links li.active a,
	.tab_links li.active a:hover {
		background: none;
		font-weight: bold;
	}
}

/**********************
 * basic table        *
 **********************/
table { margin-bottom: 10px; }

table td {
	border: 1px dotted #dddddd;
	padding: 5px;
	vertical-align: middle;
}

table th,
table tfoot td {
	border: 0;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}

.full_table {
	float: left;
	width: 100%;
}

.half_table {
	float: left;
	width: 50%;
}

@media only screen and ( max-width: 1250px ) {
	td.fix_pinned_column_depth {
		height: 138px;
	}
}

.tablesorter-headerDesc .tablesorter-header-inner::after { content: " \25BC"; }
.tablesorter-headerAsc .tablesorter-header-inner::after { content: " \25B2"; }

.no_bottom_border, .no_bottom_border td { border-bottom: 0px; }
.no_left_border, .no_left_border td { border-left: 0px; }
.no_right_border, .no_right_border td { border-right: 0px; }
.no_top_border, .no_top_border td { border-top: 0px; }
.no_border { border: 0; }

tr.bold td { font-weight: 600; }

th, td { height: 30px; }

.site-ubas tr.highlighted_row { background-color: #ffbfbf; }

/**********************
 * responsive table   *
 * overwrites responsive-tables.css *
 **********************/

#player .pinned {
	width: 10% !important;
}

#player div.table-wrapper div.scrollable table {
	margin-left: 10% !important;
}

#team .simulated_stats .pinned,
#team .real_stats .pinned,
#team .real36_stats .pinned,
#team .metrics .pinned {
	width: 96px !important;
}

#team .simulated_stats div.table-wrapper div.scrollable table,
#team .real_stats div.table-wrapper div.scrollable table,
#team .real36_stats div.table-wrapper div.scrollable table,
#team .metrics div.table-wrapper div.scrollable table {
	margin-left: 96px !important;
}

/**********************
 * search results     *
 **********************/

#search .results { clear: both; }

.search_result_player {
	display: inline-block;
	line-height: 16px;
	padding: 5px;
	text-align: center;
	width: 100px;
}

.search_result_team {
	display: inline-block;
	line-height: 16px;
	padding: 5px;
	text-align: center;
	width: 110px;
}

.search_result_player img,
.search_result_team img {
	border-bottom: 2px solid #000000;
	border-left: 1px solid #999999;
	border-right: 2px solid #000000;
	border-top: 1px solid #999999;
	border-radius: 5px;
	margin-bottom: 5px;
}

/*************************
 * standings             *
 *************************/

/* mobile/table */
@media only screen and ( max-width: 1250px ) {
	#standings #content img {
		height: 16px;
		width: 16px;
	}
}

/*************************
 * player page overrides *
 *************************/

#player #section1 .tabs { margin-top: 0px; }

#player .simulated_per_game tr.used,
#player .simulated_totals tr.used,
#player .simulated_per_36_min tr.used { display: none; }
#player .simulated_per_game tr.used.show_used,
#player .simulated_totals tr.used.show_used,
#player .simulated_per_36_min tr.used.show_used { display: table-row; }

/**********************
 * team page overrides*
 **********************/

#team #section2 { margin-top: 10px; }

#team tr.used { display: none; }
#team tr.used.show_used { display: table-row; }
#team tbody tr:last-child td {
	border-bottom: 0;
}

#championships {
	border: 2px solid #000000;
	border-radius: 0px 5px 0px 5px;
	float: right;
}

#championships_info {
	clear: both;
	float: right;
	font-size: 10px;
	text-align: center;
}

@media only screen and ( min-width: 1251px ) {
	#championships_info {
		width: 70px;
	}
}

#trophy-module {
	background-color: #666666;
	border: 5px solid #000000;
	display: none;
	left: 20%;
	margin: auto;
	padding: 10px;
	position: absolute;
	top: 25%;
	width: 60%;
}

#trophy-module.show {
	display: flex;
}

#trophy-module-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.trophy-module-championship {
	border: 2px solid #000000;
	border-radius: 0px 5px 0px 5px;
	float: right;
	height: 100px;
	margin-left: 10px;
}

.trophy-module-trophy,
#championships .trophy {
	background-image: url("../images/misc/trophy.png");
	height: 100px;
	position: relative;
	width: 70px;
}

#trophy-module-close {
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 10px;
}

#championships_clear {
	flex-basis: 100%;
	height: 0;
}

#championships .trophy {
	float: right;
}

.trophy_season {
	bottom: 0;
	font-size: 30px;
	font-weight: bold;
	left: 25%;
	line-height: 30px;
	position: absolute;
	right: 25%;
	text-align: center;
}

#team .too_many { color: #ff0000; }

#team .depth_chart td { width: 20%; }

@media only screen and ( max-width: 1250px ) {
	#championships_outer {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#championships {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#championships .trophy {
		background-size: contain;
		float: none;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 35px;
	}

	.trophy .trophy_season {
		font-size: 20px;
		line-height: 20px;
	}

	#championships_info {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.depth_req { font-size: 10px; }

/**********************
 * franchises         *
 **********************/



/**********************
 * franchise          *
 **********************/

#franchise table { margin-top: 10px; }

#franchise .banner-above { margin-top: 10px; }

#franchise .banner-outer {
	clear: both;
	height: 180px;
	overflow: scroll;
	overflow-y: hidden;
}

#franchise .banners {
	margin: auto;
	width: 100px;
}

#franchise .championship_banner {
	float: left;
	margin: 0 10px;
	position: relative;
	text-align: center;
	width: 100px;
}

#franchise .championship_team {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#franchise .championship_year { margin-bottom: 10px; }

#franchise .banner_down {
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	bottom: -45px;
	left: -5px;
	height: 0;
	position: absolute;
	width: 0;
}

#franchise .banner-below { margin-bottom: 40px; }

/* desktop */
@media only screen and ( min-width: 1033px ) {
	#franchise .hide_on_tablet { display: inline-block; }

	#franchise .banner-outer { overflow: visible; }
}

/* mobile / tablet */
@media only screen and ( max-width: 1032px ) {
	#franchise .section_links { margin-bottom: 10px; }

	/* fixes weird issue where canvasjs and table above it don't show well */
	#franchise #tab1 { display: grid }
}

/**********************
 * game               *
 **********************/

#game_day .game_top {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

#game_day .half_div {
	margin-bottom: 10px;
	position: relative;
	width: calc(50% - 5px);
}

#game_day .half_div.odd { margin-right: 5px; }
#game_day .half_div.even { margin-left: 5px; }

#game_day .visitor_image { float: left; }
#game_day .home_image { float: right; }

#game_day .game_scores {
	float: left;
	position: relative;
	text-align: center;
	width: calc(100% - 204px);
}

#game_day .visitor_score {
	padding-top: 5px;
	float: left;
	width: 44%;
}

#game_day .ot_div {
	float: left;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12%;
}

#game_day .home_score {
	padding-top: 5px;
	float: right;
	width: 44%;
}

#game_day .home_score .bold,
#game_day .visitor_score .bold,
.game_score_mobile.bold { color: #ffff00; }

.game_score_name { font-size: 16px; }

.game_score_score {
	font-size: 45px;
	line-height: 45px;
}

.game_performers {
	float: left;
	line-height: 16px
}

#game_day .game_performers {
	margin: 0px 10px 9px 0px;
}

#game_day .game_performers.even {
	margin: 0px 0px 10px 10px;
}

.game_performers .half_div {
	margin-right: 10px;
	width: calc( 50% - 10px ) !important;
	width: -moz-calc( 50% - 10px ) !important;
	width: -webkit-calc( 50% - 10px ) !important;
	width: -o-calc( 50% - 10px ) !important;
}

.performer_img {
	float: left;
	margin-right: 10px;
}

.game_team th {
	border-radius: 0px 5px 0px 0px;
	font-size: 16px;
}

#game_day table { margin-top: 10px; }

#game_day table img { vertical-align: middle; }

#game_day table .smaller { font-size: 75%; }

#game_day table img {
	height: 30px;
	width: 30px;
}

.game_mobile {
	padding: 5px;
}

.game_mobile img {
	float: left;
	height: 32px;
	margin-right: 5px;
	vertical-align: bottom;
	width: 32px;
}

.game_score_mobile { float: right; }

.overtime_mobile {
	left: 80%;
	position: absolute;
	top: 50%;
}

.game_day_links {
	line-height: 16px;
	margin-bottom: 10px;
}

.home_icon {
	border: 0;
	bottom: 0;
	height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
}

#game_day select {
	padding: 5px;
	width: 100%;
}

#game_day.individual_game .mobile_tablet_table_name img {
	height: 32px;
	width: 32px;
}

#game_day.individual_game .pinned {
	width: 96px !important;
}

#game_day.individual_game div.table-wrapper div.scrollable table {
	margin-left: 96px !important;
}

/* desktop */
@media only screen and ( min-width: 1033px ) {
	#game_day .game_performers {
		width: calc( 50% - 10px ) !important;
		width: -moz-calc( 50% - 10px ) !important;
		width: -webkit-calc( 50% - 10px ) !important;
		width: -o-calc( 50% - 10px ) !important;
	}
}

/* mobile / tablet */
@media only screen and ( max-width: 1032px ) {
	.game_info,
	.game_performers,
	.game_performers.even,
	#game_day .game_performers,
	#game_day .game_performers.even,
	#game_day .half_div,
	#game_day #scores .half_div {
		margin: 0px 0px 10px 0px;
		width: calc( 100% ) !important;
		width: -moz-calc( 100% ) !important;
		width: -webkit-calc( 100% ) !important;
		width: -o-calc( 100% ) !important;
	}

	.prev_day_mobile {
		float: left;
		margin-top: 10px;
		text-align: left;
		width: 33%;
	}

	.next_day_mobile {
		float: right;
		margin-top: 10px;
		text-align: right;
		width: 33%;
	}

	#page_headline h1 {
		margin: 0 auto;
		width: 33%;
	}

	#game_day .game_performers:not(:first-child) {
		margin: 0;
	}

	.performer_img {
		height: 50px;
		width: 35px;
	}

	#game_day table {
		margin-top: 0;
	}

	#game_day table img,
	#game_day table thead tr:nth-child(1) { display: none; }

	.game_performers .half_div {
		clear: both;
		overflow: -webkit-paged-y;
		width: 100%;
	}
}

/* mobile only */
@media only screen and ( max-width: 592px ) {
	#game_day .visitor_score,
	#geam_day .home_score,
	.game_score_name {
		font-size: 10px;
	}

	.game_score_score {
		font-size: 35px;
		line-height: 35px;
	}
}

/**********************
 * available          *
 **********************/

.available_buttons {
	margin: auto;
	text-align: center;
}

.available_button {
	display: inline-block;
	font-size: 24px;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 10%;
}

.site-ubag .available_button {
	border: 1px solid #bfffbf;
}

.site-ubas .available_button {
	border: 1px solid #ffbfbf;
}

.site-ubag .available_button.active {
	background-image: -ms-linear-gradient(top, #0b5d00 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, #0b5d00 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #0b5d00 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0b5d00), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #0b5d00 0%, #f5d5e0 100%);
	background-image: linear-gradient(to bottom, #0b5d00 0%, #000000 100%);
	color: #bfffbf;
}

.site-ubas .available_button.active {
	background-image: -ms-linear-gradient(top, #5a0601 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, #5a0601 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #5a0601 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5a0601), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(top, #5a0601 0%, #f5d5e0 100%);
	background-image: linear-gradient(to bottom, #5a0601 0%, #000000 100%);
	color: #ffbfbf;
}

.available_player {
	display: inline-block;
	line-height: 19px;
	margin: auto;
	padding: 10px 0px;
	text-align: center;
	width: 19%;
}

/* desktop */
@media only screen and ( min-width: 1033px ) {
	.available_buttons { margin-top: 10px; }
}

/**********************
 * player photos      *
 **********************/

.letter_div { display: none; }

.letter_div.show { display: block; }

.letter_link { font-size: 24px; }

/**********************
 * playoffs           *
 **********************/

.playoff_conference {
	float: left;
	width: 50%;
}

/* mobile / tablet */
@media only screen and ( max-width: 1185px ) {
	.playoff_conference {
		width: 100%;
	}
}

.playoff_conference_title {
	clear: both;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
}

.playoff_outside.playoff_conference_title { font-size: 12px; }

.playoff_series {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.playoff_team {
	float: left;
	width: 50%;
}

.playoff_team img {
	float: left;
	margin-right: 10px;
}

.playoff_outside img {
	height: 50px;
	width: 50px;
}

.playoff_text { float: left; }

.playoff_seed {
	font-size: 24px;
}

.playoff_city {
	font-size: 16px;
	font-weight: 600;
}

.playoff_record { 
	float: left;
	margin-top: 10px;
}

.playoff_outside .playoff_seed,
.playoff_outside .playoff_city {
	float: none;
	font-size: 12px;
}

.playoff_outside .playoff_record {
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

.playoff_history {
	background-color: #eeeeee;
	border: 1px solid #000000;
	border-radius: 0px 0px 5px 5px;
	float: left;
	line-height: 16px;
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: center;
	width: 99%;
}

.playoff_history_alt { background-color: #cccccc; }

.playoff_history_game { 
	float :left;
	padding-left: 5px;
	text-align: center;
	width: 32%;
}

.playoff_history_result { clear: both; }

/* shrink down when playoff series are too big */
@media only screen and ( max-width: 1313px ) {
	#playoffs .third_div { 
		margin: 0;
		width: 50%;
	}
}

#playoffs .full_div td,
#playoffs .half_div td,
#playoffs .third_div td { width: 14.3%; }

#playoffs .new_round {
	clear: both;
	font-size: 16px;
	width: 100%;
}

#playoffs .new_round strong {
	display: block;
	padding: 5px;
}

#playoffs .series_third { 
	float: left;
	width: 33%;
}

#playoffs .team_name {
	font-size: 13px;
	font-weight: bold;
}

#playoffs .top_performers { font-size: 10px; }

#playoffs .top_performers img {
	float: left;
	height: 50px;
	margin-right: 5px;
	width: 35px;
}

#playoffs .low_performer,
#playoffs .hi_performer {
	float: left;
	width: 50%;
}

#playoffs .playoffs_group {
	clear: both;
}

#playoffs .playoffs_group_series { display: none; }
#playoffs .playoffs_group_series.active { display: block; }

#playoffs .playoff_end table {
	margin: auto;
	text-align: center;
}
#playoffs .playoff_end tr { background: #ffffff; }
#playoffs .playoff_end td {
	border: 0;
	text-align: left;
}
#playoffs .playoff_end img { vertical-align: middle; }
#playoffs .playoff_end .city { font-size: 24px; }
#playoffs .playoff_end .name {
	font-size: 24px;
	font-weight: bold;
}

#playoffs .playoff_performers td { width: 20%; }
#playoffs .playoff_performers img { vertical-align: text-top; }

#playoffs .trophy_img { border: 0; }

#playoffs .playoff_end .team_img { 
	margin: 5px 0px;
	vertical-align: middle;
}

#playoffs .finals_left {
	float: left;
	font-size: 16px;
	padding-right: 1%;
	text-align: right;
	width: 49%;
}

#playoffs .finals_right {
	float: right;
	font-size: 16px;
	padding-left: 1%;
	text-align: left;
	width: 49%;
}

#playoffs .finals_seed { font-size: 10px; }

#playoffs .finals_score {
	font-size: 36px;
	line-height: 36px;
}

#playoffs .round_div {
	float: left;
	width: 33%;
}

#playoffs .round_div.alignRight { float: right; }

#playoffs .bracket_series {
	margin-bottom: 10px;
	padding: 5px;
}

#playoffs .bracket_team {
	border: 1px solid #CCCCCC;
	clear: both;
}

#playoffs .bracket_team_name {
	float: left;
	padding: 5px;
}

#playoffs .bracket_score {
	float: right;
	font-size: 16px;
	padding: 5px;
}

#playoffs .bracket_score.bold {
	color: #FFFFFF;
}

#playoffs .alignRight .bracket_team_name {
	float: right;
}

#playoffs .alignRight .bracket_score {
	float: left;
}

/* mobile / tablet */
@media only screen and ( max-width: 1032px ) {
	#playoffs .half_div,
	#playoffs .third_div {
		width: 100%;
	}

	#playoffs .low_performer,
	#playoffs .hi_performer {
		width: 100%;
	}

	#playoffs .hi_performer {
		margin-top: 10px;
	}

	#playoffs .bracket_team {
		display: grid;
	}
}

/**********************
 * power ratings      *
 **********************/

#power-ratings .ratings_data_table tr { background-color: #ffffff; }
#power-ratings td { border: 0; }

#power-ratings .category_image { height: 30px; }
#power-ratings .category_image.tank { height: 60px; }

#power-ratings .rating_container {
	border-top: 1px solid #aaaaaa;
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	padding-top: 5px;
	width: 100%;
}

#power-ratings .rating_color {
	display: flex;
	flex-direction: column;
	width: 10px;
}

#power-ratings .rating_rating_data {
	align-items: center; /* Centers horizontally */
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers vertically */
	min-width: 50px;
	text-align: center;
}

#power-ratings .rating_this_week {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#power-ratings .up { color: green; }
#power-ratings .down { color: red; }

#power-ratings .rating_change { letter-spacing: -2px; /* remove space between the HTML entities */ }

#power-ratings .rating_logo {
	align-items: center; /* Centers horizontally */
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers vertically */
	min-width: 120px;
	text-align: center;
}

#power-ratings .rating_logo img { width: 100px; }

#power-ratings .rating_team {
	align-items: left; /* Centers horizontally */
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers vertically */
	text-align: center;
	width: 200px;
}

#power-ratings .rating_write_up {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5; /* or line-height: 21px; */
	padding: 10px 0 10px 68px;
	text-align: left;
}

/* mobile / tablet */
@media only screen and ( max-width: 1032px ) {
	#power-ratings .ratings_data_table
}

/**********************
 * leaders / records  *
 **********************/

.leader_div {
	border: 1px solid #dddddd;
	float: left;
	width: 24%;
}

/* fix a display error for leader_divs on desktop */
#records .leader_div { height: 380px; }

#records select {
	padding: 5px;
	margin-bottom: 5px;
  width: 100%;
}

#records .leaders_full { clear: both; }

#records .leaders_full_req {
	padding-left: 10px;
	text-align: left;
}

@media only screen and ( max-width: 1280px ) {
	.leader_div { width: 33%; }
}

@media only screen and ( max-width: 1020px ) {
	.leader_div { width: 49%; }
}

@media only screen and ( max-width: 710px ) {
	.leader_div { width: 100%; }

	#records .leader_div { height: auto; }
}

.leader_div_title { padding: 10px; }

.leader_div_req,
.leaders_full_req {
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}

.leader_div table { margin-bottom: 0px; }

.leader_div ol { padding: 10px; }

.leader_div li { padding: 5px 0px; }

.leader_link { 
	clear: both;
	padding: 10px;
	text-align: center;
}

.leaders_full { margin-top: 5px; }

.leaders_full_title { padding: 10px; }

.leaders_full table { 
	float: left;
	margin-bottom: 0;
	width: 33%;
}

/* mobile / tablet */
@media only screen and ( max-width: 1032px ) {
	.leaders_full table { 
		float: left;
		margin-bottom: 0;
		width: 100%;
	}
}

/**********************
 * schedule           *
 **********************/

#schedule select {
	float: left;
	margin-right: 5px;
}

#schedule .button {
	border-bottom: 2px solid #000000;
	border-left: 1px solid #999999;
	border-right: 2px solid #000000;
	border-top: 1px solid #999999;
	cursor: pointer;
	float: left;
	padding: 2px;
	text-align: center;
	width: 50px;
}

#schedule .show_hide {
	font-size: 12px;
}

#schedule table.hiding {
	display: none;
}

#schedule td.duplicate_day { font-size: 0; }

#schedule tr.day_break { border-top: 1px solid #000000; }

#schedule iframe {
	border-bottom: 2px solid #000000;
	border-left: 1px solid #999999;
	border-right: 2px solid #000000;
	border-top: 1px solid #999999;
	border-radius: 5px;
	margin-top: 10px;
}

/**********************
 * all star           *
 **********************/

#allstar #content img {
	display: block;
	margin: auto;
	text-align: center;
}

#allstar #section1 img {
	max-width: 100%;
	width: 100%;
}

#allstar #section1.not_full_width img { width: auto; }

#allstar #section1.not_full_width img.all_star_logo { border: 0; }

#allstar .starters td { width: 20%; }

#allstar #content img {
	margin-top: 10px;
}

#allstar .reserves td { 
	border: 0px;
	padding: 0px;
}

#allstar .reserves table { margin-bottom: 0px; }

#allstar .reserves table td {
	padding: 5px;
	width: 14.2%;
}

#allstar.site-ubag .reserves table td {
	padding: 5px;
	width: 11.1%;
}

#allstar #content .reserves img {
	height: 50px;
	margin-top: 10px;
	width: 35px;
}

#allstar #content img.team_image {
	height: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 16px;
}

#allstar .blank_cell { width: 10%; }

#allstar .slam_dunk td { width: 20%; }

#allstar .shoot_out td { width: 12.5%; }

#allstar .winner { background-color: #ffff99; }

@media only screen and ( max-width: 1032px ) {
	#allstar #content img.team_image { margin-bottom: 0px; }

	#allstar .half_table {
		float: left;
		width: 100%;
	}
}

/**********************
 * daily              *
 **********************/

#daily table td { padding: 2px; }

#daily div { margin-left: 10px; }

#daily #main_functions,
#daily #preseason_functions {
	background-color: #999999;
	border: 1px solid #000000;
	margin: 0 10px;
	padding: 5px;
}

#daily #main_functions div,
#daily #preseason_functions div,
#daily #main_functions p,
#daily #preseason_functions p {
	margin-left: 0;
}

#daily #main_functions a,
#daily #preseason_functions a { color: #ffffff; }

#daily #main_functions input {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 50px;
}

#daily p { margin: 10px; }

#daily hr { width: calc( 100% - 20px); }

/**********************
 * footer             *
 **********************/

.sites_nav {
	clear: both;
	font-size: 12px;
	margin: auto;
	padding: 10px 0px 50px 0px;
	text-align: center;
}

/**********************
 * miscellaneous      *
 **********************/
tr { background-color: #eeeeee; }
tr.odd { background-color: #ffffff; }
tr.hover:hover { background-color: #ffff99; }
tr.used { background-color: #bbbbbb; }
tr.used:hover { background-color: #ffbcbf; }

.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

.black_row,
.odd.black_row {
	background-color: #000000;
	color: #ffffff;
}

.margin_bottom_10 { margin-bottom: 10px; }
.margin_bottom_20 { margin-bottom: 20px; }

.blank_row,
.blank_row.odd { background-color: #999999; }
.blank_row td { height: 22px; }

.clear { clear: both; }

.full_div {
	float: left;
	width: 100%;
}
.half_div {
	float: left;
	width: 50%;
}
.third_div {
	float: left;
	width: 33.333%;
}
.quarter_div {
	float: left;
	width: 25%;
}

.image-next-to-text { vertical-align: text-bottom; }

.italics { font-style: italic; }

.no_padding_left { padding-left: 0; }

.no_margin_bottom { margin-bottom: 0 !important; }
.no_margin_right { margin-right: 0 !important; }
.no_margin_top { margin-top: 0 !important; }

.red { color: #ff0000; }

small { font-size: 10px }

strong,
.bold { font-weight: 600; }

sup {
	vertical-align: super;
	font-size: smaller;
}

/* desktop */
@media only screen and ( min-width: 1033px ) {
	.hide_on_desktop,
	.hide_on_desktop_inline,
	.hide_on_desktop_table { display: none; }
	.hide_on_tablet { display: block; }
	.hide_on_tablet_inline { display: inline-block; }
	.hide_on_tablet_table { display: table; }
	tr.hide_on_tablet { display: table-row; }
}

/* mobile / tablet */
@media only screen and ( max-width: 1032px ) {
	.hide_on_desktop { display: block; }
	.hide_on_desktop_inline { display: inline-block; }
	.hide_on_desktop_table { display: table; }
	.hide_on_tablet,
	.hide_on_tablet_inline,
	.hide_on_tablet_table { display: none; }
	tr.hide_on_desktop { display: table-row; }
	td.hide_on_desktop { display: table-cell; }

	.hide_on_desktop.mobile_tablet_table_name {
		margin: 10px 0px;
	}
}
