.tournamentMetadataValues {
	margin-top: 15px;
	margin-bottom: 15px;
}
.tournamentMetadataValue, .tournamentGameFormat {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.userStatusButton {

}
.hidden {
	display: none;
}

#Standings {
	display: flex;
	justify-content: center; /* Centers horizontally */
}
.inactivePlayer {
	color: grey;
}












#TournamentInfoDiv {
	text-align: center;
}

#TournamentInfoDiv ul, ol {
	text-align: left;
    list-style-position: inside;
    width: fit-content;
    margin: auto;
}

#TournamentMaxesP {
	
}

#TournamentTagsP {
	
}

.tournamentDescriptionP {
	
}

.tournamentDescriptionP span {
	margin-left: 20px;
	margin-right: 20px;
}

.maxElem {
	color: green;
}

.maxElemFull {
	color: red;
}

.tournamentTag {
	color: green;
	position: relative;
}

.tagInfo {
	border: 1px solid black;
	border-radius: 26px;
	font-size: 10px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 2px;
	background-color: yellow;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
}

.tagHoverDescription {
	display: none;
	position: absolute;
	top: 20px;
	border: 1px solid black;
	border-radius: 5px;
	background-color: yellow;
	color: black;
	z-index: 1000;
}

.tagInfo:hover + .tagHoverDescription {
	display: block;
}
