.contain-div{
	background:#fff;
	border:1px solid #333;
}

.score-box{
	padding:0px;
	margin:0px;
	color:#000;
}
.game-box{
	color:#000;
	padding:15px;
	/*border:1px solid #333;
	font-size: 12px;*/
}
.box{
	width:175px;
	padding:5px;
}
.division-box{
	padding:15px;
	min-width: 10px;
}
.box-division{
	background-color: lightgray;
	color: black;
	padding:5px;
	white-space: nowrap; 
	margin-left: 5px;
}
.game-date{
	width: 100%;
	font-size:12px;
	overflow: hidden;
}
.score-opp, .score-at, .game-prog{
	font-weight: bold;
	float:right;
}
.game-prog{color:#f00000;}
.game-opp, .game-at{width:100%;}


.division {
	color: white;
}

.game-opp a {
	color: white;
	text-decoration: none;
}

.e2e-selected-icon {
  font-weight: bold;
  font-size: 18px;
}
.e2e-selected-icon img {
  filter: opacity(.5) drop-shadow(0 0 0 blue); 
}
.e2e-unselected-icon {
  font-weight: 400;
  filter: opacity(0.65)
}

/**** E2E Buttons ****/
.e2e-button {
	background-color:#000000;
	border:1px solid #000000;
	color: white;
	padding: 10px 25px 10px;
	border-radius: 10px;
}
.e2e-button-light {
	background-color:#666666;
	border:1px solid #000000;
	color: white;
	padding: 10px 25px 10px;
	border-radius: 10px;
}
.e2e-button-thin {
	background-color:#000000;
	border:1px solid #000000;
	color: white;
	padding: 3px 10px 3px;
	border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}button.e2e-button {
  line-height: 1.0;
}
a.e2e-button, a.e2e-button-light {
  padding: 10px 25px 10px !important;
	text-align: center;
}
.e2e-button:hover, .e2e-button-thin:hover {
	background-color:#303030;
	border:1px solid #303030;
	color:#ffffff;
	text-decoration:none;
}
.e2e-button-light:hover {
	background-color:#303030;
	border:1px solid #000000;
	color:#ffffff;
	text-decoration:none;
}
.e2e-button:disabled {
	opacity: .2;
}
.e2e-button-outline {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color: Black;
	padding: 10px 25px 10px;
	border-radius: 10px;
}
a.e2e-button-outline {
  padding: 7px 25px 7px !important;
}
.e2e-button-outline:hover {
	background-color:#303030;
	border:1px solid #303030;
	color:#ffffff;
	text-decoration:none;
}

.blank-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.material-icons {
  vertical-align: middle;
}
.bi {
  font-size: 24px;
}

hr.faded {
  border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #fff, #333, #fff);
}

.no-link-colors {
  text-decoration: none; 
  color: inherit;
}

.myTabClass{
  display: flex;
  flex-wrap: wrap;
}
.myTabClass input[type="radio"] {
  display: none;
}
.myTabClass .tabButton {
  padding: 25px;
  background: #f2f2f2;
  font-weight: bold;
}
.myTabClass .tab {
  order: 1;
  display: none;
}
.myTabClass input[type="radio"]:checked + label + .tab {
  display: block;
}
.myTabClass input[type="radio"]:checked + label {
  background: #dddddd;
  border-bottom: 5px solid #1e1e1e;
}

.menu-heading, .gn-menu-main .menu-heading:hover {
	height: 34px;
	padding: 5px;
	line-height: 24px;
	text-align: center;
	background-color: #444444;
	color: #ffffff !important;
	font-weight: bold;
	margin-right: 20px;
}

#divMsg {
  display: none;
  width: 100%;
  background-color: #D3E1F6;
  padding: 10px;
  margin-bottom: 25px;
	border-radius: 25px;
	border: 2px solid #71A1E8;
}
#help-button {
	padding-bottom: 10px;
}

table a, a:hover, a > i {
	color: #333333;
}
table a:hover, a:hover > i {
	color: #000000;
}