:root
{
  --stats-item-color: rgb(0, 176, 205);
	--link-color : rgb(0, 176, 205);
}

.SummaryTable
{
	display : grid;
	grid-template-columns: 15ch 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 4ch;
}

#SummaryTable_Wrapper
{
	margin-top: 2rem;
	margin-inline: auto;
	overflow-x : auto;
	max-width: max-content;
}

#marathon_count
{
	display: flex;
  align-items: center;
  justify-content: center;
}


#marathon_count_header, .HeaderValue_Header
{
	font-weight : 600;
	font-size: 18px;
}

#marathon_count_header
{
	text-align : center;
}

#marathon_count_body
{
	font-weight : 600;
	font-size : 4rem;
	color: var( --link-color );
	line-height: 1;
	text-align: center;
}

#marathons_summary
{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.HeaderValue
{
	display: grid;
	grid-template-columns: 50% 50%;
	width: 30ch;
}

.HeaderValue_Header
{
  padding-left: 16px;
  padding-right: 8px;
}

.HeaderValue_Value
{
	font-size : 18px;
	color: var( --stats-item-color );
	padding-left: 4px;
	font-weight: 600;
}

.RacesBests
{
  margin-left: 2rem;
  display: grid;
	grid-template-columns: 4ch 4ch 10ch 8ch fit-content( 40ch );
}

.RacesBests div
{
	font-weight: 500;
	white-space: nowrap;
}

.pad-inline-4px
{
	padding-inline : 4px;
}

.hidden
{
	display: none;
}



