.players > .athlete.row h2 {
	font-weight: 700;
	font-size: 1.4em;
	color: rgba(160,0,0,1.0);
}

.players > .athlete.row img {
	box-shadow: 0px 4px 10px #888888;
	margin-bottom: 10px;
}

.players > .athlete.row .info-container > div {
	margin:0;
}

.athlete.row {
	margin-bottom: 20px;
}

.info-container h2 {
	text-shadow: 0 0 1px rgba(160, 0, 0, 0.25);
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1.1;
}

span.stats, span.video, span.bio {
	padding:4px;
	font-size: 1.1em;
	font-weight: 700;
}

span.number, span.weight-height {
	font-size: 1.0em;
}

.info-container span a {
	color: rgba(0,0,0,1.0);
}

.league-info span.link:last-of-type {
	padding-right: 0;
}
span.acquired, span.experience {
	display:block;
}

.info-container > div > h3 {
	display: inline;
}

.info-container > div > .league.link > a {
	font-weight: 400;
}

.i-athlete {
	margin-top: 20px;
}
#display-options h3 {
	font-size: 100%;
	margin: 10px 0;
}

#display-options {
    margin: 10px 0;
}

#display-options .opt-btns {
	display: flex;
}

#display-options .btn {
	background-color: rgba(255,255,255,1.0);
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,1.0);
	cursor: pointer;
	border: 1px solid rgba(221,221,221,1.0);
	border-radius: 0;
}

#display-options .opt-btns .btn:first-child {
	border-radius: 4px 0 0 4px;
}
#display-options .opt-btns .btn:last-child {
	border-radius: 0 4px 4px 0;
}

#display-options .btn:hover {
	background-color: rgba(238,238,238,1.0);
	border-color: rgba(204,204,204,1.0);
}

#display-options .btn.selected {
	background-color: rgba(160,0,0,1.0);
	color: rgba(255,255,255,1.0);
	border-color: rgba(80,0,0,1.0);
}

#display-options .btn.selected:hover {
	background-color: rgba(128,0,0,1.0);
	border-color: rgba(64,0,0,1.0);
}

#display-options .sorting-div {
	padding: 0;
}

#display-options #input-box {
	border: 1px solid rgba(221,221,221,1.0);
	border-radius: 4px;
	height: 2rem;
	width: 90%;
	padding-left: 12px;
}

#input-box:focus {
	outline-style: none !important;
    text-decoration: none !important;
}

/* Filter dropdown styles */
.btn.selected, .dropdown-content a.selected {
    text-decoration: none;
   background-color: rgba(160,0,0,1.0);
   border-color: rgba(80,0,0,1.0);
   color: white;
}

.dropdown-content a.selected:hover {
    text-decoration: none;
   background-color: rgba(128,0,0,1.0);
   border-color: rgba(64,0,0,1.0);
   color: white;
}

.dropdown-content a:hover{
    text-decoration: none;
   background-color: rgba(238,238,238,1.0);
   border-color: rgba(204,204,204,1.0);
   color: black;
}

.dropdown-content a:focus {
    text-decoration: none;
   color: black;
}

.dropdown-content a.selected:focus{
   color: white;
}
.dropdown-content{
	display: none;
   	position: absolute;  
    z-index: 1;
    color: rgba(0,0,0,1.0);
   	background-color: white;
	border-radius: 4px;
}

#year {
    border-radius: 4px 0 0 4px; 
}

.dropdown-content a:first-child {
    border-radius: 4px 4px 0 0;
}

#position {
    border-radius: 0 4px 4px 0 !important;
}

.dropdown-content a:last-child {
    border-radius: 0 0 4px 4px;
}

.dropdown-content a{
    color: black;
    text-decoration: none;
    display: block;
    border: 1px solid rgba(221,221,221,1.0);
}

.filter.year, .filter.position {
    padding: 6px 12px;
    border-bottom: 0;
}
#filter-position{
	width: 6.125rem;
}
#filter-year {
	width: 7.8125rem
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.i-athlete {
		margin-top: 20px;
		margin-right: 20px;
		display: inline-block;
	}
  }

