
.scorecard_birdie{
			
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding: 0px;
	

	background: #fff;
	border: 1px double #666;			
	/*color: #666;*/
	text-align: center;

	/*font: 32px Arial, sans-serif;*/
}
.scorecard_eagle{
	
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding: 0px;		

	background: #fff;
	/*border: 2px double #34bfa3;			*/
	border-style: double;
	/*border-width: 2px;*/			
	/*color: #666;*/
	text-align: center;

	/*font: 32px Arial, sans-serif;*/
}

.scorecard_bogey{			
	border-radius: 0;
	width: 24px;
	height: 24px;
	padding: 0px;		
	
	background: #fff;
	border: 1px solid #666;			
	/*color: #666;*/
	text-align: center;

	/*font: 32px Arial, sans-serif;*/
}

.scorecard_double_bogey{			
	border-radius: 0;
	width: 24px;
	height: 24px;
	padding: 0px;		
	
	background: #fff;
	/*border: 1px double #666;			*/
	border-style: double;
	/*color: #666;*/
	text-align: center;

	/*font: 32px Arial, sans-serif;*/
}



.scorecard_triple_bogey {			
	border-radius: 0;
	width: 24px;
	height: 24px;
	padding: 0px;		
	
	background: #fff;
	/*border: 1px double #666;			*/
	border-style: double;
	/*color: #666;*/
	text-align: center;

	color: red;
}