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



.headline {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	background-color: #5472d2;
	padding: 3px;
	color: #fff;
	border-radius: 5px;
}

.container {

	border-width: 1px;
	border-color: #006;
	background-color: #87cefa;
	border-radius:  5px;
	box-shadow: 2px 2px 5px;
	padding: 5px;
	margin: 5px;
	color: #5472D2 !important;

	display: flex;
	align-items: flex-start;
}

td.number {

	font-size: 16px;
	color: #e5e5e5; 
	background-color: #333;
	border-radius: 3px;
	empty-cells: hide;
	
}

.number:empty {
	border: 0px;
	background-color:  #fff !important;
}

/* 
.not_ranked {
	border: 0px;
}
 */

tr:nth-child(even) {
	background-color: #f2f2f2;
}

/* 
tr:nth-child(even) td:first-child {
  visibility: hidden;
}
 */

.player-item {
	margin: 5px;
	font-size: 40px;
}

.name_full div {
/* 
	float: left;
 */
}

.name_first {
	font-size: 16px;
	vertical-align: top;
	padding-bottom: 10px;
}

.name_last {
	font-size: 16px;
}

.player_info {
	color: #000;
}

a:link, a:visited {
	color:  #333;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

.level-divide {
	background-color: #333;
}
.level-divide-first {
	border: 0px;
}
.position-divide {
	border: 0px;
	padding: 5px;
	background-color: #ddd
}

td.first{
  visibility: hidden;
}


@media screen and (max-width: 600px) {
	
	.player_card {
		width: 90%;
	}
	
	.commit {
	color: #999;
	font-size: 8px;
	white-space: normal;
	clear: both;
	}

}


/* This was moved over from top_class.css */


/* 
.headline {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	background-color: #666;
	padding: 3px;
	color: #fff;
	border-radius: 5px;
}
 */


/* 
Top Players in the Class - Class home page
 */

.cr_container {

	border-width: 1px;
	border-color: #006;
	background-color: #999;
	border-radius:  5px;
	box-shadow: 2px 2px 5px;
	padding: 5px;
	margin: 5px;
	color: #333 !important;

	display: flex;
	align-items: flex-start;
}

.cr_container:hover {
	background-color: #ccc;
}

.cr_container .pName a {
	font-weight: bold;
}

.cr_container .college_list {


}

.cr_container .commit {
	
	
	
}

.cr_container .player-item {
	display: flex;
	flex-direction: column;
}

.cr_container .ranking {

	font-size: 24px;
	padding: 0px 10px 10px 5px;
	color: #FFF;
	background-color: #333;
	border-radius: 5px;
	padding: 5px;
	
}

.player-item {
	margin: 5px;
	color: #000;
}

.player-item a {
	color: #333;
}

.name_full {
	font-size: 16px;
	vertical-align: top;
	font-weight: bold;

}

.player_info {
	color: #000;
}

.player_info a {
	font-weight: normal !important;
}


/* 
Top players in the class - sidebar
 */

.rsb .container {
	padding: 5px;
	display: flex;
	flex-direction: row;
	border-radius: 5px;
}

.rsb .container:nth-of-type(even) {
	background:  #f5f5f5 !important;
}


.rsb .container:hover {
	background: #ccc !important;
}

.rsb a:hover {
	text-decoration: underline;
}

.rsb .player-item {
	margin: 0px 0px 0px 5px !important;
}

.rsb .school {

}


 




