/* Styles go here */

#timecourseChart  {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 100;
  padding-top: 10px;
  position: relative;
  /* width: 960px; */
}

#timecourseChart .series {
  /* border: 1px solid red; */
  text-align: center;
  margin-top: -30px;
}

#timecourseChart .series h4 {
  margin-bottom: 0;
}

#timecourseChart line {
  stroke: #666;
  stroke-width: 0.5px;
}

#timecourseChart text {
  color: #000;
  font-family: sans-serif;
  font-size: 9px;
  fill: #000;
}

#timecourseChart text.title {
  font-size: 18px;
  font-weight: bold;
}

#timecourseChart .sample-name text {
  font-family: sans-serif;
  font-size: 9px;
  font-weight: bold;
  fill: #000;
  cursor: pointer;
}

#timecourseChart .sample-name text:hover {
  text-decoration: underline;
}

#timecourseChart .sample-axis {
  stroke: #666;
  stroke-width: 0.5px;
}

#timecourseChart .sample-range {
  stroke: #666;
  stroke-width: 4px;
}

#timecourseChart .name {
  fill: none;
  stroke: #000;
}

#timecourseChart path.domain {
  fill: none;
  stroke: #666;
  stroke-width: 0.5px;
}

#timecourseChart .point {
  stroke: #333;
  cursor: pointer;
}

#timecourseChart .point circle:hover {
  stroke: #000;
  stroke-width: 1.5px;
}

#timecourseChart svg.hover .sample {
  opacity: 0.5;
}

#timecourseChart svg.hover-Human .Human,
#timecourseChart svg.hover-Mouse .Mouse,
#timecourseChart svg.hover .sample:hover {
  opacity: 1;
}

#globalWrapper {
  width: 1350px;
}
#column-content {
  width: 83%;
}
