

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.hero-unit {
	text-align: center;
}

.hero-unit img
{
	height:200px;
float:right;
}

#inputList {
	width:100%;
	height:200%;
	font-size:200%}


input.bigTextbox {width:100%;
	height:200%;
	font-size:200%}

#frekvensDataInn {

/*	float:left; */

}


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

.bar {
  fill: steelblue;
}

hist.x.axis path {
  display: inline;
}

x.axis path {
  display: none;
}

#DataUt svg {
  height: 400px;
  font: 10px sans-serif;

}


svg {
  font: 10px sans-serif;
}

rect {
  fill: steelblue;
}




