<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#interval {
  /* float: left; */
  clear: left;
}

#time-chart .axis path, .axis line,
#cum-time-chart .axis path, .axis line,
#comparative-chart .axis path, .axis line,
#race-age-group-chart .axis path, .axis line,
#school-district-time-chart .axis path, .axis line,
#school-district-cumulative-time-chart .axis path, .axis line {
  stroke: none;
}

#comparative-chart text.y-axis-label.y-label,
#race-age-group-chart text.y-axis-label.y-label,
#cum-time-chart text.x-axis-label,
#school-district-time-chart text.x-axis-label,
#school-district-cumulative-time-chart text.x-axis-label{
  font-size: .7rem;
  font-weight: bold;
  fill: #555;
}

#time-chart text.x-axis-label,
#time-chart text.y-axis-label.y-label{
  font-size: .6rem;
  font-weight: bold;
  fill: #555;
}

#time-chart .axis text,
#comparative-chart .axis text,
#race-age-group-chart .axis text {
  font-size: .7rem;
  font-weight: bold;
  fill: #555;
}

#school-district-time-chart .axis text,
#school-district-cumulative-time-chart .axis text{
  font-size: .85rem;
  font-weight: bold;
  fill: #555;
}

#la-map-chart .dc-legend-item text,
#school-district-chart .dc-legend-item text {
  font-size: 1rem;
  font-weight: normal;
}

.dc-legend-item text {
  font-size: .7rem;
  font-family: sans-serif;
  font-weight: bold;
}




/* .dc-chart .axis path,
.axis line {
  fill: none;
  stroke: #000;
  stroke-width: 0.75;
  shape-rendering: crispEdges;
} */
span#playButton {
  padding-right: 5px;
}

.reset {
  font-size: 0.8rem;
}

#dateSlider .slider-selection,
#school-district-time-slider-data .slider-selection {
  background: #f5deb3;
}

.slider.slider-horizontal,
#section-play-btn {
  width: 100%;
  max-width: 100% !important;
  margin-top: -7px;
  margin-left: auto;
  margin-right: auto;
}

#dosageSliderDates {
  width: 100%;
  margin-left: 0%;
}

#school-district-time-slider-data {
  width: 98%
}

#school-district-time-slider-dates {
  width: 100%;
  margin-left: 0%;
}

.dc-select-menu {
  max-width: 100%;
}

.dc-chart {
  /* float: left; */
}

.dc-chart text.y-axis-label.y-label {
  font-family: sans-serif;
  font-size: .9rem;
  font-weight: bold;
  fill: #555;
}

.dc-chart rect.bar {
  stroke: #fff;
  stroke-width: .5;
  fill: CadetBlue;
}

.dc-chart rect.bar:hover {
  stroke: none;
  fill: #AB4200;
}

.dc-chart rect.stack1 {
  stroke: none;
  fill: red;
}

.dc-chart rect.stack2 {
  stroke: none;
  fill: green;
}

.dc-chart rect.deselected {
  stroke: none;
  fill: #ccc;
}

.dc-chart .sub .bar {
  stroke: none;
  fill: #ccc;
}

.dc-chart .pie-slice {
  fill: white;
  font-size: 12px;
  cursor: pointer;
}

.dc-chart .pie-slice :hover {
  fill-opacity: 0.8;
}

.dc-chart .selected path {
  stroke-width: 1.75;
  stroke: #fff;
  fill-opacity: 1;
}

.dc-chart .deselected path {
  stroke: none;
  fill-opacity: 0.5;
  fill: #fff;
  stroke-width: 0.75;
}

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

.dc-chart .axis text {
  font-family: sans-serif;
  font-size: .85rem;
  font-weight: bold;
  fill: #555;
}

.dc-chart .grid-line line {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5;
  stroke-dasharray: 2;
  opacity: .8;
  shape-rendering: crispEdges;
}

.dc-chart .brush rect.background {
  z-index: -999;
}

.dc-chart .brush rect.extent {
  fill: steelblue;
  fill-opacity: 0.125;
}

.dc-chart .brush .resize path {
  fill: #eee;
  stroke: #666;
}

.dc-chart path.line {
  fill: none;
  /* stroke: CadetBlue; */
  stroke-width: 2.5px;
}

.dc-chart circle.dot {
  fill: steelblue;
}

.dc-chart g.stack1 path.line {
  stroke: green;
}

.dc-chart g.stack1 circle.dot {
  fill: green;
}

.dc-chart g.stack2 path.line {
  stroke: red;
}

.dc-chart g.stack2 circle.dot {
  fill: red;
}

.dc-chart g.dc-tooltip path {
  fill: none;
  stroke: grey;
  stroke-opacity: 0.8;
}

.dc-chart path.area {
  fill: CadetBlue;
  fill-opacity: 0.3;
  stroke: none;
}

.dc-chart g.stack1 path.area {
  fill: green;
}

.dc-chart g.stack2 path.area {
  fill: red;
}

.dc-chart .node {
  font-size: 0.7em;
  cursor: pointer;
}

.dc-chart .node :hover {
  fill-opacity: 0.8;
}

.dc-chart .selected circle {
  stroke-width: 3;
  stroke: #fff;
  fill-opacity: 1;
}

.dc-chart .deselected circle {
  stroke: none;
  fill-opacity: 0.5;
  fill: #fff;
}

.dc-chart .bubble {
  stroke: none;
  fill-opacity: 0.6;
}

.dc-data-count {
  /* float: right; */
  margin-top: 15px;
  margin-right: 15px;
}

.dc-data-count .filter-count {
  color: #3182bd;
  font-weight: bold;
}

.dc-data-count .total-count {
  color: #3182bd;
  font-weight: bold;
}

.dc-data-table {}

.dc-chart g.label {
  cursor: pointer;
  stroke: #fff;
}

.dc-chart g.label :hover {
  stroke-width: 1.5;
  fill-opacity: 0.8;
  stroke: #999;
}


/* .dc-chart g.label path {
    stroke: #00f;
} */
.dc-chart g.selected path {}

.dc-chart g.deselected path {
  fill: grey;
  stroke: #fff;
  /* fill-opacity: 0.5; */
  /* stroke: #f00 */
}

.dc-chart g.selected text {}

.dc-chart g.deselected text {
  display: none;
}

/* .dc-chart g.county path {
    stroke: white;
    fill: none;
    stroke: #aaa
} */
.dc-chart g.debug rect {
  fill: blue;
  fill-opacity: 0.2;
}

.dc-chart g.row rect {
  fill-opacity: 0.8;
  cursor: pointer;
}

.dc-chart g.row rect:hover {
  fill-opacity: 0.6;
}

.dc-chart g.row text {
  fill: black;
  /*modified from white by Eamonn O'Loughlin */
  font-size: 12px;
}

.filter {
  font-size: small;
  text-align: center;
  margin: 10px 0;
}
</pre></body></html>