﻿#directors-table {
	vertical-align: middle;
}

td.name-and-phone > div {
	display: inline-block;
}

#schedules-tab-pane table tbody:after {
	content: "";
	display: block;
	border-bottom: 1rem solid white;
}

#schedules-tab-pane table tr[style] a {
	color: inherit;
	text-decoration: underline;
}

#schedules-tab-pane table thead th, td.gameDate {
	background: #369;
}

#schedules-tab-pane table thead th {
	font-size: 1.75rem;
	color: #FFF;
}

#schedules-tab-pane table tbody tr td.gameDate {
	color: #ABCDEF;
	font-weight: bold;
	font-size: 1.25rem;
}

#RegionBasketball a {
	display: block;
}

.team-name strong {
	background: #ff0;
}

#schedules-tab-pane table tbody td {
	text-align: center;
}

#schedules-tab-pane td.gameTime, #schedules-tab-pane td.gameDate {
	text-align: left;
}

#schedules-tab-pane table tfoot tr td {
	padding: 1.75rem;
}

#schedules-tab-pane .cal-hyperlinks img {
	width: 2rem;
	margin-right: 0.5rem;
}

@@media screen and (max-width: 767px) {
	#directors-table {
		font-size: 0.85rem;
	}

	#schedules-tab-pane .card-columns {
		column-count: 1;
	}
}

@@media screen and (min-width: 768px) {
	#schedules-tab-pane .card-columns {
		column-count: 1;
	}
}

@@media screen and (min-width: 992px) {
	#schedules-tab-pane .card-columns {
		column-count: 2;
	}
}

.bracket-container {
	width: 100%;
	height: 600px;
}

#stake-building-codes table thead th {
	font-size: 1rem;
}

.card-footer {
	text-align: center;
}

#Body > h2 {
	background: initial;
	color: initial;
	text-decoration: none;
}

/* Google Doc */
#news-google-doc > div:first-child {
	padding: 0.5rem;
	max-width: unset;
}

#news-google-doc h2 {
	margin: 1rem 0 0.25rem 0 !important;
	padding: 0.5rem !important;
	width: fit-content;
}

/* Tabs */
#page-tabs {
	position: sticky;
	top: 0;
	z-index: 1;
	padding-top: 0.5rem;
	background-color: #fff;
	color: #000;
}

.team-name {
	text-shadow: -3px -3px 5px #fff, -3px 3px 5px #fff, 3px 3px 5px #fff, 3px -3px 5px #fff;
	font-weight: bold;
}

/* 
		--------------------------------------
			Print rules
		--------------------------------------
		*/
@@media print {
	#schedules-tab-pane table {
		font-size: 11pt;
	}

		#schedules-tab-pane table .gameDate {
			font-size: 12pt;
		}

	#schedules-tab-pane .card-header {
		font-size: 13pt;
	}

	#schedules-tab-pane .card-body {
		border: 0 !important;
	}

	#schedules-tab-pane table tbody tr td {
		background-color: #FFF !important;
		color: #000 !important;
	}

	#schedules-tab-pane table tbody {
		page-break-inside: avoid;
	}
}
