#ui-datepicker-div
{
	margin-top: -2px !important;
    margin-left: -50px !important;
}

.scroll-pane-media {width:1025px; height:500px; overflow:hidden; outline:none}
.scroll-pane-media-tweets {width:360px; height:500px; overflow:hidden; outline:none}
.scroll-pane-transcript {width:1025px; height:500px; overflow:hidden; outline:none}
.scroll-pane-color {width:1025px; height:500px; overflow:hidden; outline:none}

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

.bar {
  fill: orange;
}

.solidArc:hover {
  fill: orangered ;
}

.solidArc {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.x.axis path {
  display: none;
}

.aster-score { 
  line-height: 1;
  font-weight: bold;
  font-size: 500%;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.color-filter-selected {position:absolute; width:0px; height:0px; border-top:8px solid #2c96c9; border-right:13px solid transparent; border-left:13px solid transparent}