div.mapLegend div.legendItem
{
	text-align:right;
	display:table-cell;
	padding:3px;
	width:18%;
}
div.mapLegend
{
	border: 1px #222222 solid;
	display:table;
	width:100%;
}
.tick:not(.zero) line {
  display: none;
}
.nv-line{
  stroke-width:2.5px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}