#xAxisLabel{
	position: absolute;
	top: 54%;
	left: -60px;
	font-size: 40px;
	transform: rotate(270deg);
	transform-origin: left top 0;
	float: left;
}

#graphWrapper{
	text-align: center;
	width: 50%;
	height: 500px;
	margin: auto;
	position: relative;
}

.container {
	width: 100%;
	max-width: 90%;
	margin-top: 20px;
}

h1 {
	font-size: 30px;
}

/* info Text */
#infoContainer{
	padding: 5px;
	border: 1px dashed gray;
}

.infoText{
	display: none;
}

h5 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -2em;
	padding-left: 2.5em;
}

/* rangeSlider */
.rangeslider__fill {
	/*background-color: rgb(7, 90, 159);*/
	background-color: rgb(252, 180, 38);
}

.rangeslider__handle{
	width: 30px;
	height: 30px;
	top: -5px !important;
}
.rangeslider__handle:after{
	width: 12px;
	height: 12px;
}

.red{
	color: rgba(233, 0, 43, 1);
}

#dividendAmount, #growthAmount{
	font-weight: bold;
	font-size: 40px;
}

/* legend */
#legendContainer { 
	margin-top: 20px;
}
#legendContainer div{
	margin-bottom: 10px;
	line-height: 40px;
}

#legendContainer .legend{
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
	height: 30px;
	width: 40px;
}

#legendCuts span, #legendRevenues span{
	white-space: nowrap;	
}

#legendCuts .legend{
	background-color: rgb(224, 101, 113);
}

#legendRevenues .legend{
	background-color: rgb(7, 90, 159);
}

.nowrap{
	white-space: nowrap;
}
label{
	font-weight: normal;
}

#credit{
	text-align: left;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	margin-top: 90px;
	color: rgba(56, 56, 56, 1);
	opacity: .45;
}

#credit span {
	color: rgba(30, 174, 219, 1);
}

#credit:hover{
	opacity: 1;
}

.no-wrap {
	white-space: nowrap;
}

