.typeahead,
.tt-query,
.tt-hint {
  padding: 8px 12px;
}

.typeahead {
  background-color: #fff;
}

.tt-hint {
  color: #BBB;
  padding-top: 4px;
}

.tt-dropdown-menu {
    width: 300px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
          box-shadow: 0 6px 12px rgba(0,0,0,.175);

}
.tt-suggestion {
   padding: 3px 20px;
  font-size: 14px;
  line-height: 26px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #428bca;
}

.tt-suggestion p {
  margin: 0;
}

.axis path,
.axis line {
    fill: none;
    stroke: #666;
}

text {
    font-size : 12px;
}

.axis text {
    font-size: 10px;
}

circle {
    stroke: #1f77b4;
    fill : #1f77b4;
}

.axis {
  font: 10px sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slideraxis .domain {
  fill: none;
  stroke: #000;
  stroke-opacity: .3;
  stroke-width: 10px;
  stroke-linecap: round;
}

.slideraxis .halo {
  fill: none;
  stroke: #ddd;
  stroke-width: 8px;
  stroke-linecap: round;
}

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

.venntooltip {
  position: absolute;
  text-align: center;
  width: 128px;
  height: 20px;
  background: #333;
  color: #ddd;
  border: 0px;
  border-radius: 8px;
  opacity: 0;
}

.slopegraph .left .btn {
    text-align: right;
}
.slopegraph .right .btn {
    text-align: left;
}
.slopegraph .middle {
//    text-align: center;
}

