/*Copyright (c) 2015 OBiBa. All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see  <http://www.gnu.org/licenses>

* mica-study-timeline - v1.2.0
* Date: 2023-07-17
 */
.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
    stroke-width: 0.05rem;
}

.axis text {
    font-family: sans-serif;
    font-size: 10px;
}

ul.timeline-legend {
    margin: 10px 0 0 0;
    padding: 0px;
}

ul.timeline-legend li {
    list-style: none;
}

ul.timeline-legend svg {
    vertical-align: middle;
    margin-right: 3px;
}

.grid .tick {
    stroke: gray;
    opacity: 0.4 !important;
}

.grid-tooltip .tick {
    stroke: red;  /* for debugging */
    opacity: 0 !important;
}
