.game_analyzer_title {

	font-size: 1.4em;
  	font-weight: bold;
  	border-bottom: 1px solid black;
  	margin-bottom: 12px;
  	margin-top: 13px;
}

.game_analyzer_column {
	width: 48%;
}
.game_analyzer_column:nth-child(2){
	margin-left: 20px;
}
.report_img {

	width: 188px;
	height: 241px;
}

.report_text {

	width: 65%;
}

.report_header {
	margin-top: 38px;
	text-transform: uppercase;
	font-size: 17px;
	color: #444;
}

.report_description {
	margin-top: 18px;
	font-size: 13px;
}

.view_report_container {

	margin-top: 20px;
}

#score_to_par_img {

	background: url('/images/clubsg/game_analyzer/basic-score-to-par.png');
}

#gir_hit_img {

	background: url('/images/clubsg/game_analyzer/basic-greens-in-regulation.png');
}

#scramble_img {

	background: url('/images/clubsg/game_analyzer/basic-scramble-percentage.png');
}

#fairways_hit_img {

	background: url('/images/clubsg/game_analyzer/basic-fairways.png');
}

#putting_analysis_img {

	background: url('/images/clubsg/game_analyzer/basic-putting-analysis.png');
}

#tee_shot_scatter_img {
	background: url('/images/clubsg/game_analyzer/gt-tee-shot-scatter.png');
}

#skytrax_swing_img {
	background: url('/images/clubsg/game_analyzer/skytag_swing.png');
}

#club_gapping_img {

	background: url('/images/clubsg/game_analyzer/gt-club-gapping.jpg');
}

#shots_at_green_scatter_img {

	background: url('/images/clubsg/game_analyzer/gt-green-shot-scatter.png');
}

#stats_by_course_img {

	background: url('/images/clubsg/game_analyzer/advanced-stat-by-course.png');
}

#single_stats_trend_img {

	background: url('/images/clubsg/game_analyzer/advanced-single-stat-trend.png');
}

#game_dev_img {

	background: url('/images/clubsg/game_analyzer/advanced-game-development.png');
}

#tee_shot_by_club_img {

	background: url('/images/clubsg/game_analyzer/advanced-tee-shot-by-club.png');
}
#stgained_container .report_img {
	background: url('/images/clubsg/game_analyzer/sg-graph.png');
}
#sg-analysis .view_report_link a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-40{
	margin-bottom: 40px;
}