#chart-h2header {
font-size: 18px;
font-weight: normal;
line-height: 22px;
text-align: center;
color:#000000;
font-family: 'Lato', Regular;
}
/* Table */
#data-table th, 
#data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	text-align: left;	
}

/* Toggle */
.toggles {
	background: #ebebeb;	
	color: #545454;
	height: 20px;
	padding: 15px;
}
.toggles p {
	margin: 0;
}
.toggles a {
	background: #222;
	border-radius: 3px;	
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-decoration: none;
}
.toggles a:hover {
	background: #666;
}
#reset-graph-button {
	float:right;
}

/* Graph */
/* Containers */
#RoiWrapCal {
	margin: 40px;
    width: auto;
	border: 1px solid #909090;
    padding: 20px 20px 50px 20px;
}
#figure {	
	padding-top: 20px;
	position: relative;
}
#figure ul {
	list-style: none;	
	padding: 0;
}
.graph {
	height: 283px;
	position: relative;
}

/* Legend */
.legend {
	background: #f0f0f0;
	border-radius: 4px;
	bottom: 0;
	position: absolute;
	text-align: left;
	width: 540px;	
}
.legend li {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 10px 30px;
	width: 120px;
}
.legend span.icon {
	background-position: 50% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;	
}

/* X-Axis */
.x-axis {
	bottom: -32px;
	color: #000000;
	font-size:18px;
	line-height:1;
	font-family:'Lato', Regular;
	position: absolute;
	text-align: center;
	width: 128%;
	/*border-top: 1px solid #ccc;*/
	left:16%;
	margin:0;
	
}
.x-axis li {
	float: left;	
	padding: 0;
	width: 10%;	
}
.x-axis li span {
	float: left;
	/*margin-left: 12%;*/
}
/* Y-Axis */
.y-axis {
	color: #000000;
	font-size:18px;
	line-height:22px;
	font-family:'Lato', Regular;
	position: absolute;
	text-align: right;
	left:0;
	width: 15%;
	margin:0;
	bottom:0;
	height: 238px;
	padding:0 20px 0 0 !important;

}
.y-axis li {    
    display: block;
    height: 45px;
    width: 100%;
}
.y-axis li span {
	display: block;
     margin-top: -8px;

}

/* Graph Bars */
.bars {
	height: 250px;
	position: absolute;
	width: 85%;
	z-index: 10;
	left: 15%;
		bottom:0;
}
.bar-group {
    float: left;
    height: 100%;
    /* margin: auto; */
    position: relative;
    width: 15%;
    border-bottom: 1px solid #ccc;
}
.bar {
	border-radius: 3px 3px 0 0;
	bottom: 0;
	cursor: pointer;	
	height: 0;
	position: absolute;
	text-align: center;
	width: 66px;
}

.bar span {
    margin-top: -25px;
    display: block;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
}

#data-table.js {
	display: none;
}
/* .bar span { */
	/* background: #fefefe; */
/* } */
.fig0 {
	background: #F07F1F;
}