#ScoresAndPoints .content {display:table}
#ScoresAndPoints .content > * {display:table-row}
#ScoresAndPoints .content > * > * {display:table-cell; vertical-align:middle}


#ScoresAndPoints .content > * > *:first-child {font-weight:bold; text-align:right}

#ScoresAndPoints .content > * > *:not(:last-child) { padding-right: 10px; }
	#ScoresAndPoints .content > *:not(:last-child) > * { padding-bottom: 10px; }