.hallOfFameForTeam_trainerContainer {
	border-top: 1px #2874FC solid;
	border-bottom: 1px #2874FC solid;
	border-left: 1px #2874FC solid;
	border-right: 1px #2874FC solid;
	padding-bottom: 15px;
	padding-top: 15px;
	background: #efefef;
	flex-grow: 1;
	border-radius: 10px;
}

.hallOfFameForTeam_trainerCaption {
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.hallOfFameForTeam_trainerImage {
	display: flex;
	justify-content: center;
}

.hallOfFameForTeam_trainerImage img {
	max-width: 150px;
	width: 100%;
}

.hallOfFameForTeam_trainerName {
	display: flex;
	justify-content: center;
}

.hallOfFameForTeam_statsContainer {
	display: flex;
}

.hallOfFameForTeam_statsLabel {
	width: 90px;
	font-weight: bold;
}

.hallOfFameForTeam_collapseButton {
	margin-top: 25px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	cursor: pointer;
	padding: 8px 0;
}