a{
    text-decoration: none;
}
body{
    margin-bottom: 25px;
}
main{
    max-width: 1200px;
    min-width: 1000px;
    flex-direction: column;
    box-sizing: border-box;
}
.player_card{
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 15px;
	display: flex;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
    align-items: stretch;
    border: 1px solid;
    border-color: #F2F3F4;
    background-color: #F2F3F4;
    height: 120px;
    width: 400px;
}
.player_name_stats{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.player_image{
    width: 105px;
    height: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
.player_image:hover{
    cursor: pointer;
}
.player_image img{
    width: 100%;
}
.player_info{
    height: 100%;
}
.player_name{
    font-weight: bolder;
    font-size: 22;
}
.player_name:hover, .school:hover{
    cursor: pointer;
}
.player_name, .school{
    margin-left: 5px;
    color: #407FC7;
}
.player_height, .player_weight,.school, .pos, .school_pos, .school_pos_dash{
    display: inline-block;
}
.school_pos, .player_name, .school_pos_dash{
    white-space: nowrap;
}
.player_height, .class, .pos, .player_weight, .school{
    font-weight: 550;
}
.season{
    font-size: 18;
    font-weight: bold;
}
.stat_table{
    box-sizing: border-box;
    border-collapse: collapse;
    text-align: center;
    box-sizing: border-box;
    table-layout: fixed;
    font-size: 14px;
}
.stats{
    overflow-x: auto;
    vertical-align: bottom;
    margin-left: 5px;
}
.pos{
    color: dimgray;
    font-weight: 700;
}
.cat{
    padding: 5px;
}
.stat_cats{
    font-weight: bold;
}
.divider{
    border-left: 2px solid gray;
}
.player_card:hover{
	border-color: gray;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#content-holder{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: calc(100% - 155px);
}
#team-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
#players{
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
}
#player-sidebar{
    position: absolute;
	margin-left: auto;
    width: 420px;
	height: 780px;
	top: 155px;
    float:right;
    right: 0px;
}
#player-sidebar-players{
    height: 100%;
    padding: 1rem;
}
#Games{
    height: 100%;
    width: 825px;
    margin-left: auto;
    margin-right: auto;
}
#game-holder{
    margin-left: auto;
    margin-right: auto;
    width: 825px;
    max-height: 900px;
    margin-bottom: 50px;
}
#game-holder-games{
    width: 825px;
    box-sizing: border-box;
}
#logo-metrics{
    margin-bottom: 10px;
}
.team-name{
    text-align-last: center;
    text-align: center;
}
.box-score{
    margin-left: 10px;
    margin-right: 10px;
}