
/*#chart svg {
  height: 600px;
  width: 800px;
}*/

.domain { 
  fill: none; 
  stroke: black; 
  stroke-width; 1; 
} 

.dropdown-item {
  text-indent: 10px
}

body {
/*    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;*/
    text-rendering: optimizelegibility;
    width: 1400px;
    /*width: 100%;*/
    margin-top: 10px;
    margin-left: 100px;
    /*position: relative;*/ /* Causes tolltips on scatter plot to go off to the left!*/
}

div.bottom-div {
    height: 50px;
    clear: both;
}

div.separator-div {
    height: 30px;
    clear: both;
}

.tooltip {
    cursor: context-menu;
}

tbody tr {
    cursor: context-menu;
}

td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.tooltip-inner {
    max-width: 1000px;
}

.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;
}

.highlight {
  background-color: rgb(241, 241, 241);
}

.table-header {
  font-size: 12px;
}

/*#example tr:hover {
  background-color: lightsteelblue;
}*/

.logo {
  height: 80px;
  vertical-align:bottom;
  margin-top: 10px;
  margin-bottom: 20px;
}

