.sbs-chart .domain {
	display: none;
}
#sbs-slope-charts {
	position:relative;
}
#sbs-slope-charts-legend{
	background-color: #fff;
	z-index: 100;
}
#sbs-slope-charts-legend.pinned{
	box-shadow: 0px 10px 5px #bdbdbd;
	padding-bottom: -50px !important;
	outline:5px solid #fff!important;
}
#sbs-slope-charts .chart-legend,
.sbs-chart .chart-legend,
.slope-chart .chart-legend{
	display: inline-block;
	margin:10px 0px;
}
#sbs-slope-charts .chart-legend .chart-legend-item:last-child,
.sbs-chart .chart-legend .chart-legend-item:last-child,
.slope-chart .chart-legend .chart-legend-item:last-child{
	margin-right: 0px;
}
#sbs-slope-charts .chart-legend .chart-legend-item,
.sbs-chart .chart-legend .chart-legend-item,
.slope-chart .chart-legend .chart-legend-item{
	float: left;
	margin: 5px 20px 5px 0px;
	line-height: 20px;
	
}
#sbs-slope-charts .chart-legend .chart-legend-item .item-icon,
.sbs-chart .chart-legend .chart-legend-item .item-icon,
.slope-chart .chart-legend .chart-legend-item .item-icon{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 6px;
}

.sbs-chart .sbs-comparison-value {
	font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
}
#sbs-slope-charts .chart-head,
.slope-chart .chart-head,
.sbs-chart .chart-head {
	font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
	font-size: 17px;
}
.sbs-chart{
	box-sizing: border-box;
	position:relative;
	width:100%;
}
.slope-chart {
	background-color: #fff;
	position: relative;
	float:left;
	width:calc(50% - 10px);
}
#sbs-slope-charts .chart-deck,
#sbs-slope-charts .chart-legend,
.sbs-chart *,
.slope-chart *{
	font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;

}
.slope-chart .slope-svg {
	background-color: #ececec;
}

@media only screen and (max-width: 420px) {
	#sbs-slope-charts .slope-chart {
		width: 100%;
		margin:10px 0px !important		
	}
	#sbs-slope-charts .sbs-chart {
		width: 100%;
		margin-left:0px !important;
	}
	#sbs-slope-charts .sbs-slope-chart{
		display:grid;
		height:300px;
	}
}

.sbs-slope-chart {
	width: 100%;
	height:130px;
	margin:5px 0px;
	border-bottom: 1px solid #bebebe;
}

.sbs-slope-chart .sbs-slope-chart-head{
	font-size: 14px;
	color: #595959;
	font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
	text-align: center;
	margin-top:20px;

}

.sbs-slope-chart .sbs-slope-chart-deck{
	font-size: 14px;
	font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
	color: #595959;
	text-align: center;
	margin-bottom:10px;
}

.sbs-slope-chart .slope-chart{
	margin-left: 20px;
}
.sbs-slope-chart .slope-chart,
.sbs-slope-chart .sbs-chart{
	width: calc(50% - 10px);
	float:left;
}
.slope-chart .slope-x-group rect{
	fill: #ffffff;
}
.slope-chart .slope-x-group .tick text{
}
.slope-chart .slope-x-group .domain{
	stroke:none;
}
.sbs-chart .sbs-values,
.slope-chart .slope-nodes text{
	font-family: GMsanC-Bold,Helvetica,Arial,Verdana,sans-serif;
}
.sbs-chart .sbs-labels,
.slope-chart .d-date{
	font-size: 14px;
	font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
}
.slope-chart .title-group{
	border-bottom:1px solid #000;
	display: inline-block;
	width:100%;
	height:50px;
}
.slope-chart .chart-qualifier{
	font-size: 14px;
	font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
	position: absolute;
	background-color: transparent;
	top:55px !important;
	left:5px !important;
}
.credits {
	width: 100%;
	font-size: 12.5px;
	letter-spacing: .03rem;
	font-family: GMsanC-Regular,Helvetica,Arial,Verdana,sans-serif;
	color: #333333;
	overflow: visible;
	padding-top: 8px;
	clear: both;
	text-transform: uppercase;
}