.legend {
		display: block;
		-webkit-padding-start: 2px;
		-webkit-padding-end: 2px;
		border-width: initial;
		border-style: none;
		border-color: initial;
		border-image: initial;
		padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.legendLayer .background {
    fill: rgba(255, 255, 255, 0.85);
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1;
}

.chart-container {
	/*background: #fff url(../../images/loading.gif) center center no-repeat;*/
	background: #fff center center no-repeat;
	box-sizing: border-box;
	width: 100%;
	height: 172px;
	padding: 4px;
	margin: 8px;
}

.chart-container .chart-choices {
	float: left;
	width: 140px;
	margin-left: 8px;
}

.chart-container .chart-choices p {
	margin: 8px 0 0px 0;
}

.chart-container .chart-choices label {
	color: #333;
	font-size: 12px;
}

.chart-placeholder {
	height: 100%;
	float: left;
	width: 924px;
	font-size: 12px;
	line-height: 12px;
}

.chart-placeholder-100 {
	height: 100%;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
}

.axisLabel {
	font-size: 10px;
}
.yaxisLabel {
	color: #f00;
	font-size: 10px;
}

/* for tournament historical stats tour logo */
.tment-chart-container {
	background: #fff url(../../images/loading.gif) center center no-repeat;
	box-sizing: border-box;
	width: 100%;
	height: 108px;
	margin: 8px;
}

.tment-chart-tour-logo {
	position: relative;
	padding: 8px;
	float: left;
	width: 150px;
	height: 90px;
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
	}
	
.tment-chart-placeholder {
	height: 106px;
	width: 100%;
	background: #fefefe;
	padding: 2px;
	margin-left: 176px;
	margin-left: 0px;
	margin-right: 16px;
	font-size: 14px;
	line-height: 14px;
}

.player-career-chart-placeholder {
	height: 120px;
	width: 100%;
}

.player-career-chart-selector {
	height: 60px;
	width: 100%;
}

.tment-chart-container .chart-choices {
	float: right;
	width: 120px;
}

.tment-chart-container .chart-choices p {
	margin: 25px 0 10px 0;
}

.tment-chart-container .chart-choices label {
	color: #333;
	font-size: 11px;
}

