input[type=button] {
  display: block;
  top: 120%;
  background-color: #222; /*#FF5733;*/
  border-radius: 4px;
  color: white;
  padding: 5px 5px;
  margin: 0px auto;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #777;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #777;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #777;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777
}
input[type=range]:focus::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #777;
}
input[type=range]:focus::-ms-fill-upper {
  background: #777;
}


.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #222;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }

 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }
.legend {
  font-size: 13px;
}

/* Style the lines by removing the fill and applying a stroke */
.line {
  fill: none;
  stroke: #000;
  stroke-width: 1.5;
}

.multiline {
  fill: none;
  stroke: #d80000;
  stroke-width: 1.5;
}

.line-original {
  fill: none;
  stroke: #999;
  stroke-width: 1.5;
}

/* Style the dots by assigning a fill and stroke */
.dot {
  stroke: #000;
}

.dot-original {
  stroke: #000;
}

.label {
  font-weight: 600;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.subtitle {
  color: #444444;
  font-size: 9pt;
  font-style: italic;
  margin-top: -50px;
}

.subheading {
  color: #444444;
  font-size: 13pt;
  font-style: italic;
  margin-left: 10px;
}

.header {
  background-color: #ddd;
  height: 80px;
  margin-bottom: 5px;
  color:#000
}

p {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-family: 'Roboto', sans-serif;
  color: #EEE;
  margin-left: 10px;
  font-size: 24pt;
}

.curveplot {
  float:left;
}

.visplot {
  float:left;
}

.sc-input{
  width: 25px;
}

#rampPalette{
  width: 248px;
  height: 496px;
  float:left;
  padding-top: 20px;
}

.scatterplot{
  padding: 00px 20px;
}
