.HiddenLabel {
    display: none;
}

.middleLine {
    border-right: 1px solid gray;
}

.btnViewPhotos {
    border-radius: 6px;
}

.PrimaryNameLabel {
    display: normal;
}


.maximizeDropdown {
    position: relative;
    width: 1100px;
}

.ShowOnMobileHideOnDesktop {
    display: none;
}

.LeagueLeaderPosition {
    text-align: center;
}

.ShowOnDesktopHideOnMobile {
    display: normal;
}


.center-cropped {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 400px;
    width: 300px;
}

.HoverAnimate:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}


        .fullScreenonMobile{
            width:80%;
        }

        .cardSize{
            width:300px;
            background-color:#0f6db4;
        }

        .center-cropped {
          object-fit:cover; /* Do not scale the image */
          object-position: center; /* Center the image within the element */
          height: 400px;
          width: 300px;
        }

        
.stats strong{
	display:block;
	color:#59687f;
	font-size:11px;
	font-weight:700;
}

.stats{
	border-top:1px solid #ebeff2;
	background:#e8e8e8;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#032f4f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	border-right:1px solid #ebeff2;
	width: 33.33333%;
	float:left;
	text-align:center
}


        .cardSize{
            width:300px;
            background-color:#0f6db4;
        }

        .center-cropped {
          object-fit:cover; /* Do not scale the image */
          object-position: center; /* Center the image within the element */
          height: 400px;
          width: 300px;
        }

        .table-scroll {
	        position:relative;
	        margin:auto;
	        overflow:hidden;
	        border:1px solid #000;
        }

        * {
            box-sizing: border-box;
        }

/* Create two equal columns that floats next to each other */
        .column {
            flex: 50%;
            padding-top: 10px;
        }
