#vis-container {
  font-family: Montserrat, verdana, arial, sans-serif;
  font-size: 13px;
  color: white;
  background-color:rgb(53,79,110);
  position: relative;
  min-height:586px;
  padding-bottom:20px;
}

.axis path,
.axis line {
  fill: none;
  stroke: white;
  shape-rendering: crispEdges;
}

.axis text {
  fill: white;
}

.line {
  fill: none;
  stroke: #333333;
  stroke-width: 2px;
}

#bitcoin-title {
  color: #f7931a;
  font: 48px "Open Sans Condensed", tahoma, arial, sans-serif;
  margin-bottom:0px;
}
.bitcoin-header {
  text-align: justify;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
}
.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: none;
  stroke: steelblue;
}

.d3-tip {
  background-color: #f7931a;
  border-radius:0;
}
.d3-tip.n:after{
  margin-top:-2px;
}
.d3-tip:after {
  color:#f7931a;
}
.tip {
  position:absolute;
  pointer-events: none;
  text-align:center;
}
.grey-tip {
  background-color: #333333;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
}
.grey-tip:after {
  color:#333333;
}
.grey:before {
  color:#333333;
  margin-right:3px;
}
.orange:before {
  color:#f7931a;
  margin-right:3px;
}
.square:before {
  font-size: 30px;
    content: "\25a0";
}
#scatter-tip {
  z-index:2;
  font-weight:normal;
  background-color:#eeeeee;
  color:black;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
}
#scatter-tip h3 {
  margin-top:10px;
  margin-bottom:0px;
}
.scatter-title {
  color: #f7931a;
}
#scatter-tip:after {
  color:#eeeeee;
}
.pager {
  text-align: left;
}
#text {
  position: absolute;
  top: 0;
  pointer-events:none;
}
#annotations {
  width: 400px;
}
#chart {
  margin-top: 40px;
  position: relative;
}
#legend {
  text-align: center;
}
.legend {
  font-size: 15px;
  margin-right: 30px;
}
.pager {
  position: absolute;
  top:250px;
}
.pager > li > a,.pager > li > a:active,.pager > li > a:visited, .pager > li > a:hover, .pager > li > a:link {
  border-radius:0px;
  background:none;
  color: white;
  pointer-events: auto;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
  background: none !important;
  color: #999 !important;
  border-color: #999 !important;
}
a {
  pointer-events: auto;
}
.sources {
  position:absolute;
  bottom:0;
  color:#888888;
  margin-bottom:10px;
}
.sources a {
  color: #888888;
}
