@charset "utf-8";
/* CSS Document */

/* Xenforo style */

.xenforo_header {
	background:  #000;
	border-radius: 5px 5px 0px 0px;
	text-align:  center;
	padding: 10px !important;
	font-size: 150%;
	color:  #eee;

}

.xenforo_wrapper {
	background:  #222;
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
}

.xenforo_card:nth-child(even) {
	background: #333;
}

.xenforo_card {
	color: #ccc;
	padding: 5px;
	border-radius: 5px;
	
}

.xenforo_card:hover {
	background:  #666;
}


.xenforo_card a {
	color:  #eee;
}



/* end Xenforo styles */

/* transfers table */

.transfers td, th {
	white-space: nowrap;
	line-height: 150% !important;
}

.transfers th.sortable {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

/* Default: show both arrows to indicate sortable */
.transfers th.sortable::after {
  content: " ▲▼";
  font-size: 0.8em;
  color: #999; /* light gray */
/* 
  position: absolute;
 */
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* When sorted ascending: show only ▲ in black */
.transfers th.sortable.asc::after {
  content: " ▲";
  color: black;
}

/* When sorted descending: show only ▼ in black */
.transfers th.sortable.desc::after {
  content: " ▼";
  color: black;
}
/* end transfers table */



.game-wrapper div {
	padding-bottom: 10px;

}

.game-wrapper li {
	margin-left: 15px;
	list-style-type: none;	
}

.matchup {


}


.update_card:nth-child(odd) {
	background-color:  #eee;
}

.flex-box {
	display: inline-block;
	background-color: #eee;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}

.flex-item {
	padding-right: 30px;
}

.matchup-team {
	font-weight: bold;
}

.eventHS {
	background:  #333;
	border-radius: 10px;
	padding: 10px;
	
}

.eventHS h3, .eventHS h2, .eventHS h1 {
	color: #fff !important;
	font-weight: bold;
	margin: 5px;
}

.event-notes {
	color:  #ccc;
}

.event-time span {
	color:  #999;
}



/* 
This area handles the subscription page styles
 */
 
  .subpanel a {
	color: #fff;
	font-weight: bold;

 }

.subpanel-label {
	color:  #fff; 
	font-weight: bold;
	background-color: #ffa500;
	padding: 10px;
	border: 1px;
	border-radius: 5px;
	border-style: ridge;
	border-color: #000;
	text-align: left;
	margin-bottom: 15px;
}

.subpanel-button {
	background-color:  #333;
	padding:  10px;
	border-radius:  5px;
	border:  1px;
	border-style:  ridge;
	border-color: #000;
	text-align: center;
	margin-bottom: 15px;
}
