html {
	scroll-margin-bottom: 80px; 
}
body {
	margin: 0;
	padding: 0;
	font-family: Futura, Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	font-size: larger;
}

.add-to-home-screen-info {
	color: #FFF;
  background-color: #004D80;
	font-size: 12px;
	width: 100%;
	max-width: 400px;
	text-align: left;
}

.nav-item {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 15px 0px;
  text-decoration: none;
  font-size: 20px;
	width: 33%;
	z-index: 10001;
	cursor: pointer;
}

.navbar {
	/* margin-top: 80px; */
	color: #FFF;
  background-color: #004D80;
  /* overflow: hidden; */
  position: fixed;
  bottom: 0;
  width: 100%;
	max-width: 400px;
	height: 80px;
	z-index: 1000;
}

a {
	text-decoration: none;
}

.trash-fees {
  margin-top: 57px;
  margin-bottom: 80px;
}

.trash-fee-player-name {
  float: left;
  /* padding-left: 10px; */
}
.trash-fee-player-fee {
  float: right;
  /* padding-right: 10px; */
}

.trash-fee-player-row {
  border-top: 1px solid #4e7590;
  color: #004D80;
	padding: 10px 8px;
	font-size: large;
  height: 23px;
}

.trash-forward-header {
	border-top: 1px solid #4e7590;
	border-bottom: 1px solid #4e7590;
	background-color: #f8f7fa;
	color: #004D80;
	width: 33.33%;
	float: left;
  display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
}
.trash-forward {
	color: #004D80;
	width: 33.33%;
	float: left;
  display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
}

.trash-defence-header {
	border-top: 1px solid #4e7590;
	border-bottom: 1px solid #4e7590;
	background-color: #f8f7fa;
	color: #004D80;
	width: 50%;
	float: left;
  display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
}
.trash-defence {
	width: 50%;
	float: left;
  display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
	color: #004D80;

}
.trash-goalie-header {
	border-top: 1px solid #4e7590;
	border-bottom: 1px solid #4e7590;
	background-color: #f8f7fa;
	color: #004D80;
	width: 100%;
	float: left;
  display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
}
.trash-goalie {
	width: 100%;
	float: left;
  display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
	color: #004D80;
}

.trash-container {
	text-align: center;
	max-width: 400px;
	margin: 0px auto 0px auto;
	height: 100%;
	/* overflow-y: scroll; */
	-webkit-overflow-scrolling: touch 
}

.trash-games-container {
	text-align: left;
	margin-bottom:100px;
}

.trash-games {
	margin-top: 57px;
}

.trash-page-header {
	background-color: #FFF;
	overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
	max-width: 400px;
	border-bottom: 1px solid #004D80;
}

.trash-page-header-text {
	color: #004D80;
	font-size: x-large;
	text-align: left;
	padding: 15px 8px 10px 8px;
}

.trash-settings {
	margin-top: 70px;
	text-align: left;
	padding: 15px 8px 10px 8px;
}

.trash-label {
	color: #004D80;
	padding-bottom:10px;
}

.trash-help {
	padding: 10px;
	color: #004D80;
	text-align: left;
	font-size: medium;
}

.sat {
	background-color: #EEEEEE;
}

.bye {
	background-color: #DDDDDD;
}

.trash-game-row {
	border-top: 1px solid #4e7590;
	text-align: left;
	color: #004D80;
	padding: 10px 8px;
	font-size: large;
	cursor: pointer;
}

.past {
	color: #999;
}

.past_bye {
	display: none;
}

.next {
	color: #FFF;
	background-color: #004D80;
}

.trash-text {
	color: #004D80;
	font-weight:bold;
}

.trash-date {
	color: #004D80;
	font-weight:bold;
	padding: 7px 0px 7px 0px;

}

.trash-teams {
	font-weight:bold;
	color: #004D80;
	padding: 5px 0px 5px 0px;
}

.trash-record {
	font-size: 0.8em;
	color: #004D80;
	padding: 5px 0px 5px 0px;
}

.trash-postion-header {
	background-color: #DDD;
}

.trash-player-names {
	color: #004D80;
	font-size:x-large;
}

.trash-date {
	font-size:x-large;
}

.trash-game-footer-container {
	border-top: 1px solid #4e7590;
	background-color: #f8f7fa;
	color: #004D80;
	margin-top: 20px;
	margin-bottom: 80px;
}

.trash-game-footer {
	font-size:smaller;
	font-weight:light;
	padding-top: 10px;
	padding-bottom: 20px;
}

.active {
	color: #FFF;
	background-color: #004D80;
}

.bold {
	font-weight:bold;
}

.bolder {
	font-weight:bold;
}

.bg-trash {
	background-color: rgb(200, 200, 200);
}

.bg-trash-light {
	background-color: white;
}

.trash-logo {
	text-align: center;
}

.clickable {
	cursor:pointer;
}
.result {
	float: right;
}
.win {
  color: green;
}
.loss {
  color: rgb(174, 80, 80);
}






select {
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #004D80;
  border-radius: 0.25rem;
  color: #004D80;
  cursor: pointer;
}

.custom-select {
  /* ... */
  position: relative;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}