body {
}

ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style:none;
	padding-left: 0px;
}

li {
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	color: black;
}

.schedule-header {
	font-size: .70em;
	font-weight: bolder;
}
.team-line {
	display:block;
	font-size: 0.8em;
}

.match-row ~.match-row {
	border-top: 1px dashed black;
}
.schedule-header {
	border-bottom: 2px solid black;
}

.umpire-list li{
	font-weight: normal;
	padding:0px;
	margin:0px;
	border:none;
	font-size: 0.8em;
}

.player_row:nth-child(8n) {
	border-bottom: solid black 1px;
}

.division_cell {
	vertical-align: middle;
}

.division_box {
	border: 1px solid grey;
}

.pressed {
	background-color: lightcyan;
}

.highlight>td {
	background-color: lightcyan;
}

.team_button {
	border: solid 1px grey;
	border-radius: 8px;
}
.tryme {
	border: solid black 1px;
}
.referee_title {
	font-size: 0.9em;
}
.referee {
	font-size: .7em;
}
.good_ref {
	color: green;
	font-weight: bold;
}
.good_ref:before {
	content: "\2713 \a0";
}

.bad_ref {
	color: red;
	font-weight: bold;
}
.bad_ref:before {
	content: "\2716 \a0";
}

.team_table_pr {
	font-size: 0.8em;
	font-style: italic;
}

.team_table_pr td {
	border-bottom: none;
	background-color: rgb(243, 254, 255);
}

.player-row:has(input:checked) {
	background-color: yellow;
}

.matchup_box {
	display: flex;
	border: solid 2px grey;
	border-radius: 10px;
	align-content: center;
	text-align: center;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	align-items: center;
	flex-direction: row;
	margin: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.match_box {
	height: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}

.time_box{
	font-size: 0.8em;
	overflow: hidden;
}
.courts_box {
	font-size: 0.7em;

}

.team_box {
	background-color: aliceblue;
	border: solid 1px grey;
	border-radius: 10px;
	align-content: center;
	text-align: center;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
	z-index:5;
	height: 40px;
}

.teams_box {
	text-align: center;
	align-items: center;
}

.team_score_bottom {
	z-index:3;
}
.team_totals {
	border: solid black 1px;
	border-top: none;
	border-radius: 0 0 20px 20px;
	background-color: rgb(231, 247, 227);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	padding: 5px;
	z-index: 3;
}

.t_name {
	border-bottom: dotted 1px black;
	font-family: georgia;
	font-weight: bold;
	font-size: 1.5em;
	font-variant: small-caps;
}
.week_header {
	font-size: 2em;
	text-align: center;
}

.team_header {
	font-size: 1.2em;
	text-align: center;
}
hr {
	border: 2px solid rgb(85, 186, 217);
}
.matchup-table {
	table-layout: auto;
}
.matchup-row {
	width: 100%;
	text-align: center;
}
.matchup-row td {
}
.match-headers {
	font-size: 0.8em;
	background: lightblue;
}
.team-name {
	font-weight: bold;
}

.vs {
	font-size: 0.9em;
	font-style: italic;
}

.ref-shirt {
	height: 30px;
	width: 30px;
}
.ref-shirt-mini {
	height: 23px;
	width: 23px;
}
.team-score {
	font-family: "Orbitron", sans-serif;
}
.small-times {
	font-size: 0.6em;
}
.big-times {
	font-size: 1em;
}
.hidden {
	display:none;
}