.x.axis .minor {
  fill: none;
  stroke: #333;
}

.x.axis line, .x.axis path, .y.axis line, .y.axis path {
  fill: none;
  stroke: #000;
}

.vallabel {
  border: 0;
}

.textfield {
  width: 100px;
}
.slider {
  margin-left: 10px;
  width: 500px;
}

#tabs {
  background: transparent;
  border: none;
}
#tabs .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CCC;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#tabs .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none;
  font-weight: bold;
}
#tabs .ui-tabs-nav .ui-state-active {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR42mNgGAWjgAA4cODAfxAmWzMMkGwIsmaSDcGmmWhD8GkmaAgxmnEaQopmDEPI0YxsCABrFhMgEiBgxwAAAABJRU5ErkJggg==') no-repeat bottom center;
  border: none;
}
#tabs .ui-tabs-nav .ui-state-default a {
  color: #999;
}
#tabs .ui-tabs-nav .ui-state-active a {
  color: #393;
}

table {
  margin: 0 auto 0 auto;
  align: center;
}


#article {
  font-family:Arial, Helvetica, sans-serif;
  padding: 5% 10% 1%;
}