* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', Calibri;
	background-color: white;
	color: black;
	width: fit-content;
	overflow-x:hidden;
	min-width: 100vw;
}

.container-fluid {
	padding: 0;
	text-align: center;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand, .nav-link {
	font-size: 1rem;
}
.dropdown-item {
	font-size: 0.8rem;
}
.overall {
	font-weight: bold;
	border-bottom: 1px solid black;
	background-color: rgb(223,223,223);
	font-style: italic;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.dropdown-menu .row {
	margin: 0 !important;
}

.dropdown-item {
	padding: 3px 6px;
}

.dropdown-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.dropdown-item-column-right {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	text-align: center;
	flex: 1;
}

.body-content {
	padding: 0 5px;
}

.body-content div {
	padding-top: 20px;
}

.body-content a, .body-content a:hover, .body-content a:visited {
	color: #007bff;
	text-decoration: none;
}

.inactive {
	color: #cccccc;
}

h1, h2, h3, h4 {
	padding-top: 20px;
}

h1 {
	font-size: 1.6rem;
	margin-bottom: 0;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.1rem;
}

h4 {
	font-size: 0.8rem;
	font-weight: normal;
}

p {
	font-size: 0.8rem;
	margin-bottom: 0;
}



table {
	border: 1px solid black;
	margin: 0 auto;
}

th {
	font-weight: normal;
	background-color: #888;
	color: white;
}

td, th {
	white-space: nowrap;
	font-size: 0.6875rem;
}
tbody tr:nth-child(even) {
	background-color: rgb(239,239,239);
}
tfoot tr {
	border-top: 1px solid black;
}



.scheduleTable {
	border: 1px solid black;
	white-space: nowrap;
}

.scheduleTable td, .scheduleTable th {
	text-align: left;
	padding: 1px 5px;
}

.scheduleTable th {
	border-bottom: 1px solid black;
	border-collapse: collapse;
	text-transform: uppercase;
}



.statsTable th {
	border-bottom: 1px solid black;
	border-collapse: collapse;
}
.statsTable td, .statsTable th {
	text-align: center;
	padding: 1px 0;
}

.col-w23 {
	width: 23px;
	min-width: 23px;
}
.col-w28 {
	width: 28px;
	min-width: 28px;
}
.col-w36 {
	width: 36px;
	min-width: 36px;
}
.col-w50 {
	width: 50px;
	min-width: 50px;
}

colgroup {
	border-right: 1px solid black;
}

.col-align-left {
	text-align: left !important;
	padding-right: 10px !important;
}

.col-leftmost {
	padding-left: 4px !important;
}

.col-sort {
	background-color: rgb(196,189,151);
}

tfoot td {
	font-style: italic;
}

.best {
	font-weight: 600;
	background-color: #aaaaaa !important;
}

.totals {
	font-weight: 600;
}

.nan td, .dnq td {
	color: lightgray;
}



#footer {
	margin-top: 40px;
	padding-top: 0;
}

#footer p {
	font-size: 0.8rem;
	font-style: italic;
}

.nav-tabs {
	padding-top: 20px;
}

.gameEventRow {
	padding: 0 !important;
	white-space: nowrap;
}

.gameEventColumn {
	width: 50%;
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	vertical-align: top;
}



/* Schedule CSS */

.schedule-table div {
	display: block;
}

.day {
	height: 140px;
	min-height: 140px;
	width: 140px;
	min-width: 140px;
	background-color: white;
	border: 1px solid black;
	vertical-align: top;
	text-align: left;
	position: relative;
	z-index: 0;
}

.wrong-month {
	color: gray;
}

div[class^="day-"] {
	height: 140px;
	min-height: 140px;
	width: 140px;
	min-width: 140px;
	position: absolute;
}

div[class^="icofont-"] {
	font-size: 1rem;
}

.day-number {
	z-index: 1;
	padding: 3px !important;
}

.day-matches {
	z-index: 2;
	padding: 0px !important;
}

.match-container {
	height: 100%;
	width: 100%;
	padding: 0px !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.match {
	padding: 0px !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 50%;
}

.match:nth-child(2n) {
	border-top: 1px solid gray;
}

.match>div{ 
	width: 100%;
	text-align: center;
	padding: 0px !important;
}

.match p {
	font-size: 0.7rem;
	line-height: 1.2;
}

.match-attendance i {
	cursor: pointer;
}

.match-attendance .active {
	color: black;
}

.match-attendance .inactive {
	color: lightgray;
}

.match-attendance .beer {
	color: goldenrod;
	cursor: auto;
}

.match-attendance .food {
	color: saddlebrown;
	cursor: auto;
}

.icon-row {
	padding-top: 0px !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
}

.attendance-icon {
	padding: 0px !important;
	width: 25%;
}