/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

body {
/*  font: 10px sans-serif;*/
}
#main-wrapper {
    width: 1090px;
/*    margin-top: 40px;*/
}
h3 {
    font-family: 'Inconsolata', Monaco, "Lucida Console", Consolas, "Courier New";
    text-align: center;
    font-size: 20px;
}
#sliderholder {
    margin-bottom: 30px;
}

.chartbg rect {
    fill: #fff;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.axis text {
    font-family: 'Inconsolata', Monaco, "Lucida Console", Consolas, "Courier New";
    font-size: 14px;
}
path.sepline { 
    fill: none; 
    stroke: #000;
    stroke-width: 1px;
}
.x.axis line {
/*    stroke-width: 0.5px;*/
  stroke: #000;
}

.y.axis .domain { display: none; }
.y.axis line {
    stroke-width: 1px;
    stroke: #ccc;
    stroke-dasharray: 1, 1;
}
.baseline line {
    stroke: #000;
    stroke-width: 3px;
}
.area {
/*  stroke: #000;*/
/*  fill: #7E8959;*/
  fill: #c3caa7;
/*  stroke-width: 2px;*/
}
.framing line {
    stroke: #000;
    stroke-width: 1px;
}
text.annotate { 
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
/*    text-anchor: middle;*/
    fill: #000;
}
text.valueann {
    font-family: 'Inconsolata', Monaco, "Lucida Console", Consolas, "Courier New";
    font-weight: bold;
    font-size: 14px;
    text-anchor: middle;
}
.indicator line {
    stroke: #000;
    stroke-width: 4px;
}

/* Slider */
#sliderholder {
    width: 1090px;
    text-align: center;
}
#sliderholder .axis .domain {
  fill: none;
  stroke: #333;
  stroke-opacity: .4;
  stroke-width: 7.5px;
  stroke-linecap: square;
}

.slider .highlighter {
    fill: #c3caa7;
    stroke: #c3caa7;
}

.axis .halo {
  fill: none;
  stroke: #fff;
  stroke-width: 6px;
  stroke-linecap: square;
/*  stroke-linecap: round;*/
}

.slider .handle {
  fill: #fff;
  stroke: #000;
  stroke-opacity: .5;
  stroke-width: 1.25px;
  pointer-events: none;
}