td{
	  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

th{
	text-align: center;
}


.axis path,
.axis line {
  fill: none;
  stroke: gray;
  shape-rendering: crispEdges;
}

.x.axis path {
  /* display: none; */
  display: none;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.modal-chart{
	padding-top:10px;
	padding-left:30px;
	padding-right:50px;
	padding-bottom:30px;
	margin-top:0px;
	text-align:left;
	border-top:1px solid #e5e5e5;
	background-color: #042933;
}

.list-chart{
	padding-top:10px;
	padding-left:30px;
	padding-right:50px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}