  body {
	background-color: #000000;
	color: #eeeeee;
	font-family: tahoma, arial, sans-serif;
  }
  div.smoothie-chart-tooltip {
	background: #444;
	padding: 1em;
	margin-top: 20px;
	font-family: Consolas, monospace;
	color: white;
	font-size: 10px;
	pointer-events: none;
  }
  .PumpWagonLabel {
	font-size: 1.5rem;
 	color: white;
	font-weight: bolder;
	line-height: 1.35;
	display: inline;
	box-decoration-break: clone;
	background: gray;
	padding: 0.5rem 1rem;
  }
  .APILabel {
	font-size: 1.5rem;
 	color: black;
	font-weight: bolder;
	line-height: 1.35;
	display: inline;
	box-decoration-break: clone;
	background: gray;
	padding: 0.5rem 1rem;
  }
  .WellNameLabel {
	font-size: 1.5rem;
 	color: blue;
	font-weight: bolder;
	line-height: 1.35;
	display: inline;
	box-decoration-break: clone;
	background: gray;
	padding: 0.5rem 1rem;
  }
  .MDepthLabel {
	font-size: 1.5rem;
 	color: white;
	font-weight: bolder;
	line-height: 1.35;
	display: inline;
	box-decoration-break: clone;
	background: Red;
	padding: 0.5rem 1rem;
  }
  .MDepthCell {
    font-size: 2rem;
	color: black;
	font-weight: bolder;
    line-height: 1.35;
    display: inline;
    box-decoration-break: clone;
    background: Red;
    padding: 0.5rem 1rem;
	border-radius: .5em;
   }
  .WeightLabel {
	font-size: 1.5rem;
	color: white;
	font-weight: bolder;
	line-height: 1.35;
	display: inline;
	box-decoration-break: clone;
	background: Lime;
	padding: 0.5rem 1rem;
  }
  .WeightCell {
    font-size: 2rem;
	color: black;
	font-weight: bolder;
    line-height: 1.35;
    display: inline;
    box-decoration-break: clone;
    background: Lime;
    padding: 0.5rem 1rem;
	border-radius: .5em;
	color: black;
   }
  .FlowLabel {
	font-size: 1.5rem;
	color: white;
	font-weight: bolder;
	line-height: 1.35;
	display: inline;
	box-decoration-break: clone;
	background: Blue;
	padding: 0.5rem 1rem;
  }
  .FlowCell {
    font-size: 2rem;
	color: black;
	font-weight: bolder;
    line-height: 1.35;
    display: inline;
    box-decoration-break: clone;
    background: Blue;
    padding: 0.5rem 1rem;
	border-radius: .5em;
   }
